]> git.sur5r.net Git - contagged/blobdiff - templates/entry_edit.tpl
configurable name <-> atrribute mappings
[contagged] / templates / entry_edit.tpl
index 816ebddc888a862bea0fa0bea9245b1296bb8a88..f01d8066a8ca4570a928d768a1f8c927a3f813e0 100644 (file)
       {/if}
       </table>
     </td>
-    
+
     <td valign="top" width="50%" align="center">
-      
-      
+
+
       <table>
         <tr>
           <td colspan="2"><b>{$lang.private}</b></td>
           <td align="right" valign="top" nowrap="nowrap">{$lang.url}:</td>
           <td><input type="text" class="input" name="entry[url]" value="{$entry.url|escape}"></td>
         </tr>
-        
+
         <tr>
           <td align="right" valign="top" nowrap="nowrap">{$lang.photo}:<br /><span class="hint">({$lang.msg_jpegonly})</span></td>
           <td>{if $entry.photo}
             <input type="file" class="input" name="photoupload">
           </td>
         </tr>
-        
+
 
         <tr>
           <td colspan="2"><b>{$lang.mail}</b></td>
         </tr>
 
-        {foreach from=$entry.mail item=mail}      
+        {foreach from=$entry.mail item=mail}
           <tr>
             <td align="right" valign="top" nowrap="nowrap">{counter}:</td>
             <td><input type="text" class="input" name="entry[mail][]" value="{$mail|escape}"></td>