Skip to content

Commit

Permalink
SAK-30952 Show instructions for the hidden sites preference
Browse files Browse the repository at this point in the history
Introduces a new `hidden_instructions` I18N key that will need
localization.
  • Loading branch information
marktriggs committed Apr 26, 2016
1 parent e3fdd16 commit 44f56a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ userPrefs=User Preference Values
userPrefs.action.key=The action takes user id, and key value, and returns user preference property settings for that key. Here is the request url pattern: /direct/userPrefs/key/{user_id}/{key_value}.json with parameters

hidden_really_hide_confirm=Hiding a favorite site will remove it from your favorites. Do you wish to continue?
hidden_instructions=Select a site or grouping of sites to hide from the Site Drawer.<br /><b>NOTE:</b> This will <b>not</b> affect the visibility of a site to students.
1 change: 1 addition & 0 deletions user/user-tool-prefs/tool/src/webapp/prefs/hidden.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
</h:panelGroup>
</h3>

<p class="instruction"><h:outputText value="#{msgs.hidden_instructions}" escape="false" /></p>

<h:outputText value="#{Portal.latestJQuery}" escape="false"/>

Expand Down

0 comments on commit 44f56a4

Please sign in to comment.