]> git.sur5r.net Git - contagged/blobdiff - templates/entry_edit.tpl
weighted tagcloud
[contagged] / templates / entry_edit.tpl
index de2283dddc973ec96f8309940565bced496807e1..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}">
@@ -5,13 +7,11 @@
   {$entry.givenname} {$entry.name}
 </h1>
 
-<form action="entry.php" method="post" enctype="multipart/form-data">
+<form action="entry.php" method="post" enctype="multipart/form-data" accept-charset="utf-8">
 <input type="hidden" name="MAX_FILE_SIZE" value="2000000" />
 <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>
       {$lang.msg_addto}<br>
       <table><tr><td>
       <input type="radio" name="type" value="public" id="typepublic" class="radio" checked="checked">
-      <label for="typepublic"><img src="pix/public.png" border="0" width="22" height="22" align="middle">{$lang.publicbook}</label><br>
+      <label for="typepublic"><img src="pix/public.png" border="0" width="16" height="16" align="middle">{$lang.publicbook}</label><br>
       <input type="radio" name="type" value="private" id="typeprivate" class="radio">
-      <label for="typeprivate"><img src="pix/private.png" border="0" width="22" height="22" align="middle">{$lang.privatebook}</label>
+      <label for="typeprivate"><img src="pix/private.png" border="0" width="16" height="16" align="middle">{$lang.privatebook}</label>
       </td></tr></table>
     </td>
   </tr>
   {/if}
+  {if $conf.openxchange}
+    {include file="openxchange_edit.tpl"}
+  {/if}
   <tr>
     <td colspan="2" align="center"><br><input type="submit" class="input" value="{$lang.submit}"></td>
   </tr>
 
 </form>
 
-<br>
+{include file="footer.tpl"}