Ignore:
Timestamp:
Jul 4, 2011, 4:32:09 PM (13 years ago)
Author:
J.Commelin
Message:

Fixed bug concerning description not showing up.

Location:
extensions/Copyrights
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/TODO

    r11623 r11624  
    1111=== Bugs ===
    1212        - If you create a new copyright with a name that's already used
    13         - Description doesnt show with the copyright info (on the admin page)
    14         - The warning triangle saying our plugin does not seem compatible (version: ...)
    15         - Cannot create a new copyright??? (i assume its fixed, but Johan did, so he can remove the todo ;-) )
  • extensions/Copyrights/admin.tpl

    r11622 r11624  
    5555        <td>{$CR.name}</td>
    5656        <td><a href="{$CR.url}">{$CR.url}</a></td>
    57         <td>{$CR.desc}</td>
     57        <td>{$CR.descr}</td>
    5858        <td>{if $CR.visible != 0}{'Yes'|@translate}
    5959          {else}{'No'|@translate}{/if}
Note: See TracChangeset for help on using the changeset viewer.