Ignore:
Timestamp:
Oct 8, 2011, 8:38:30 PM (13 years ago)
Author:
Mattias
Message:

Small code cleanups - compatible with piwigo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Extended_author/admin.tpl

    r11819 r12390  
    1717          <td>{'Name'|@translate}</td>
    1818          <td><input type='text' name='name' id='name' value='{$EAname}' /></td>
     19        </tr>
     20        <tr>
     21          <td>{'Code'|@translate}</td>
     22          <td><input type='text' name='code' id='code' value='{$EAcode}' /></td>
    1923        </tr>
    2024        <tr>
     
    5256        <!-- create a nice header row -->
    5357        <th>{'Name'|@translate}</th>
     58        <th>{'Code'|@translate}</th>
    5459        <th>{'URL'|@translate}</th>
    5560        <th>{'Description'|@translate}</th>
     
    6469                                                   table rows -->
    6570        <td>{$EA.name}</td>
     71        <td>{$EA.code}</td>
    6672        <td><a href="{$EA.url}">{$EA.url}</a></td>
    6773        <td>{$EA.descr}</td>
Note: See TracChangeset for help on using the changeset viewer.