File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,3 +95,9 @@ msgstr "InCommon"
9595msgid "{discopower:tabs:incremental_search}"
9696msgstr "Inkrementele soektog..."
9797
98+ msgid ""
99+ "The institution you've chosen will be saved in this browser so that "
100+ "you do not need to select it each time you login."
101+ msgstr ""
102+ "Die instelling wat jy gekies het, sal in hierdie webblaaier gestoor word "
103+ "sodat jy dit nie hoef te kies elke keer as jy aanmeld nie."
Original file line number Diff line number Diff line change @@ -99,3 +99,9 @@ msgstr "InCommon"
9999msgid "{discopower:tabs:incremental_search}"
100100msgstr "Incremental search..."
101101
102+ msgid ""
103+ "The institution you've chosen will be saved in this browser so that "
104+ "you do not need to select it each time you login."
105+ msgstr ""
106+ "The institution you've chosen will be saved in this browser so that "
107+ "you do not need to select it each time you login."
Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ div.favourite {
5555 margin-top : 1ex ;
5656}
5757
58+ # favouriteremember {
59+ margin : 1ex 0 0 ;
60+ }
61+
5862div # content {
5963 margin : .4em ! impor tant;
6064}
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ $(document).ready(function () {
1010 }
1111 }
1212 } ) ;
13+ $ ( '#favouriteremember' ) . tooltip ( ) ;
1314} ) ;
Original file line number Diff line number Diff line change 2323 <input type =" hidden" name =" returnIDParam" value =" {{ returnIDParam }}" >
2424 <input type =" hidden" name =" idpentityid" value =" {{ faventry .entityid }}" >
2525 <input type =" submit" name =" formsubmit" id =" favouritesubmit" value =" {{ ' Login at' | trans }} {{ faventry | entityDisplayName }}" class =" pure-button pure-button-primary" >
26- </form >
26+ {% if rememberenabled %}
27+ <label for =" remember" id =" favouriteremember" class =" pure-checkbox" title =" {{ " The institution you've chosen will be saved in this browser so that you do not need to select it each time you login." | trans }}" >
28+ <input type =" checkbox" name =" remember" id =" remember" value =" 1" {% if rememberchecked %} checked {% endif %}>
29+ {{ ' Remember my choice' | trans }}
30+ </label >
31+ {% endif %}
32+ </form >
2733 </div >
2834 {% endif %}
2935
You can’t perform that action at this time.
0 commit comments