Move HTML part of oid to template + replace outside the tpl
This commit is contained in:
parent
2a3f8f8ee2
commit
5bfd4cf5c4
3 changed files with 7 additions and 4 deletions
|
@ -11,10 +11,12 @@
|
|||
<p id="register-fill-desc">{{$fillwith}}</p>
|
||||
<p id="register-fill-ext">{{$fillext}}</p>
|
||||
|
||||
{{if $oidlabel }}
|
||||
<div id="register-openid-wrapper" >
|
||||
{{$oidhtml|sprintf:$oidlabel:$openid}}
|
||||
<label for="register-openid" id="label-register-openid" >{{$oidlabel}}</label><input type="text" maxlength="60" size="32" name="openid_url" class="openid" id="register-openid" value="{{$openid}}" >
|
||||
</div>
|
||||
<div id="register-openid-end" ></div>
|
||||
{{/if}}
|
||||
|
||||
{{if $invitations}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue