~ubuntu-branches/ubuntu/vivid/gosa/vivid

« back to all changes in this revision

Viewing changes to goto/admin/systems/services/ldap/goLdapServer.tpl

Tags: 2.7.1-1
* New upstream release
* Updated packaging to not include smarty (Closes: #620489)
* Fixed case of POSIX (Closes: #620486)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h3>{t}LDAP service{/t}</h3>
 
2
{t}LDAP URI{/t}{$must} 
 
3
{render acl=$goLdapBaseACL}
 
4
<input type="text" size="80" value="{$goLdapBase}"  name="goLdapBase" id="goLdapBaseId">
 
5
{/render}
 
6
 
 
7
<hr>
 
8
<div class="plugin-actions">
 
9
    <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
 
10
    <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
 
11
</div>
 
12
<input type="hidden" name="goLdapServerPosted" value="1">