[pLog-svn] r1336 - plog/trunk/templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Mar 6 22:13:58 GMT 2005


Author: oscar
Date: 2005-03-06 22:13:57 +0000 (Sun, 06 Mar 2005)
New Revision: 1336

Modified:
   plog/trunk/templates/admin/editarticlecategories.template
Log:
the paths to the images were incorrect

Modified: plog/trunk/templates/admin/editarticlecategories.template
===================================================================
--- plog/trunk/templates/admin/editarticlecategories.template	2005-03-06 21:25:28 UTC (rev 1335)
+++ plog/trunk/templates/admin/editarticlecategories.template	2005-03-06 22:13:57 UTC (rev 1336)
@@ -34,8 +34,8 @@
    </td>
    <td>
      <div class="list_action_button">
-       <a href="?op=editArticleCategory&amp;categoryId={$category->getId()}"><img src="imgs/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
-       <a href="?op=deleteArticleCategory&amp;categoryId={$category->getId()}"><img src="imgs/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
+       <a href="?op=editArticleCategory&amp;categoryId={$category->getId()}"><img src="imgs/admin/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
+       <a href="?op=deleteArticleCategory&amp;categoryId={$category->getId()}"><img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
      </div>
    </td>
   </tr>




More information about the pLog-svn mailing list