]> git.sur5r.net Git - contagged/blobdiff - templates/entry_edit.tpl
weighted tagcloud
[contagged] / templates / entry_edit.tpl
index 22e5d20d0314bd6929634550c3423108104e4a72..816ebddc888a862bea0fa0bea9245b1296bb8a88 100644 (file)
@@ -1,3 +1,5 @@
+{include file="header.tpl"}
+
 <h1>
   {if $entry.type != ''}
   <img src="pix/{$entry.type}.png" border="0" width="22" height="22" align="middle" title="{$entry.type}">
@@ -10,8 +12,6 @@
 <input type="hidden" name="dn" value="{$entry.dn|escape}" />
 <input type="hidden" name="save" value="1" />
 
-{include file="ldaperror.tpl"}
-
 <table width="100%">
   <tr>
     <td valign="top" width="50%" align="center">
@@ -21,7 +21,7 @@
         </tr>
         <tr>
           <td align="right" valign="top" nowrap="nowrap">{$lang.name}:</td>
-          <td><input type="text" class="input" name="entry[name]" value="{$entry.name|escape}"></td>
+          <td><input type="text" class="input" name="entry[name]" value="{$entry.name|escape}" id="firstfield"></td>
         </tr>
         <tr>
           <td align="right" valign="top" nowrap="nowrap">{$lang.givenname}:</td>
 
 </form>
 
-<br>
+{include file="footer.tpl"}