Skip to content
Snippets Groups Projects
Commit 3789e238 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

propagate changes to edugain theme also

parent da4a4db2
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,16 @@
<legend>[% lh.maketext("Accounts validity period, in days:") %]</legend>
<input name="validity" value="[% validity %]" id="validity" type="number" class="required" min="1"/>
</fieldset>
<fieldset>
<legend>[% lh.maketext("Account profiles:") %]</legend>
[% FOREACH profile IN profiles %]
[% template = profile _ '.tt2' %]
[% PROCESS $template scope=account.scope() id=account.id() | trim %]
<input type="checkbox" id="[% profile %]" name="profiles" value="[% profile %]" checked/>
<label for="[% profile %]">[% profile %] <span class="fa fa-question-circle" title="[% description.${lh.language_tag()} %]"></span></label>
[% END %]
</fieldset>
<input type="hidden" name="federation" value="[% federation %]"/>
<input type="hidden" name="entityid" value="[% entityid %]"/>
<input type="hidden" name="email" value="[% email %]"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment