[pLog-svn] r1279 - in plugins/trunk: contentfilter/templates hostblock/templates moderate/templates templateeditor/templates

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Mar 2 09:29:23 GMT 2005


Author: mark
Date: 2005-03-02 09:29:23 +0000 (Wed, 02 Mar 2005)
New Revision: 1279

Modified:
   plugins/trunk/contentfilter/templates/blogfilteredcontent.template
   plugins/trunk/contentfilter/templates/filteredcontent.template
   plugins/trunk/hostblock/templates/blockedhosts.template
   plugins/trunk/hostblock/templates/blogblockedhosts.template
   plugins/trunk/moderate/templates/unmoderatedcomments.template
   plugins/trunk/templateeditor/templates/blogtemplatesetslist.template
   plugins/trunk/templateeditor/templates/blogtemplateslist.template
   plugins/trunk/templateeditor/templates/sitetemplatesetslist.template
   plugins/trunk/templateeditor/templates/sitetemplateslist.template
Log:
Modify plugin template links according to Oscar's change! svn rev 1273!

Modified: plugins/trunk/contentfilter/templates/blogfilteredcontent.template
===================================================================
--- plugins/trunk/contentfilter/templates/blogfilteredcontent.template	2005-03-02 08:36:30 UTC (rev 1278)
+++ plugins/trunk/contentfilter/templates/blogfilteredcontent.template	2005-03-02 09:29:23 UTC (rev 1279)
@@ -23,8 +23,8 @@
      <td>{$locale->formatDate($contentDate,"%d/%m/%Y %H:%M")}</td>
      <td>
       <div class="list_action_button">
-       <a href="?op=editBlogFilteredContent&amp;contentId={$content->getId()}"><img src="imgs/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
-       <a href="?op=deleteBlogFilteredContent&amp;contentId={$content->getId()}"><img src="imgs/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
+       <a href="?op=editBlogFilteredContent&amp;contentId={$content->getId()}"><img src="imgs/admin/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
+       <a href="?op=deleteBlogFilteredContent&amp;contentId={$content->getId()}"><img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
       </div>
     </td>     
     </tr>     

Modified: plugins/trunk/contentfilter/templates/filteredcontent.template
===================================================================
--- plugins/trunk/contentfilter/templates/filteredcontent.template	2005-03-02 08:36:30 UTC (rev 1278)
+++ plugins/trunk/contentfilter/templates/filteredcontent.template	2005-03-02 09:29:23 UTC (rev 1279)
@@ -24,8 +24,8 @@
      <td>{if $content->isGlobal()}<b>{$locale->tr("global")}</b>{/if}</td>
      <td>
       <div class="list_action_button">
-       <a href="?op=editFilteredContent&amp;contentId={$content->getId()}"><img src="imgs/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
-       <a href="?op=deleteFilteredContent&amp;contentId={$content->getId()}"><img src="imgs/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
+       <a href="?op=editFilteredContent&amp;contentId={$content->getId()}"><img src="imgs/admin/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
+       <a href="?op=deleteFilteredContent&amp;contentId={$content->getId()}"><img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
       </div>
      </td>
     </tr>

Modified: plugins/trunk/hostblock/templates/blockedhosts.template
===================================================================
--- plugins/trunk/hostblock/templates/blockedhosts.template	2005-03-02 08:36:30 UTC (rev 1278)
+++ plugins/trunk/hostblock/templates/blockedhosts.template	2005-03-02 09:29:23 UTC (rev 1279)
@@ -28,8 +28,8 @@
      </td>
      <td>
       <div class="list_action_button">
-       <a href="?op=editBlockedHost&amp;hostId={$blockedhost->getId()}"><img src="imgs/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
-       <a href="?op=deleteBlockedHost&amp;hostId={$blockedhost->getId()}"><img src="imgs/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
+       <a href="?op=editBlockedHost&amp;hostId={$blockedhost->getId()}"><img src="imgs/admin/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
+       <a href="?op=deleteBlockedHost&amp;hostId={$blockedhost->getId()}"><img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
       </div>
      </td>
     </tr>

Modified: plugins/trunk/hostblock/templates/blogblockedhosts.template
===================================================================
--- plugins/trunk/hostblock/templates/blogblockedhosts.template	2005-03-02 08:36:30 UTC (rev 1278)
+++ plugins/trunk/hostblock/templates/blogblockedhosts.template	2005-03-02 09:29:23 UTC (rev 1279)
@@ -27,8 +27,8 @@
      </td>
      <td>
       <div class="list_action_button">
-       <a href="?op=editBlogBlockedHost&amp;hostId={$blockedhost->getId()}"><img src="imgs/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
-       <a href="?op=deleteBlogBlockedHost&amp;hostId={$blockedhost->getId()}"><img src="imgs/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
+       <a href="?op=editBlogBlockedHost&amp;hostId={$blockedhost->getId()}"><img src="imgs/admin/icon_edit-16.png" alt="{$locale->tr("edit")}" /></a>
+       <a href="?op=deleteBlogBlockedHost&amp;hostId={$blockedhost->getId()}"><img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" /></a>
       </div>
      </td>
     </tr>

Modified: plugins/trunk/moderate/templates/unmoderatedcomments.template
===================================================================
--- plugins/trunk/moderate/templates/unmoderatedcomments.template	2005-03-02 08:36:30 UTC (rev 1278)
+++ plugins/trunk/moderate/templates/unmoderatedcomments.template	2005-03-02 09:29:23 UTC (rev 1279)
@@ -50,10 +50,10 @@
       <td>
        <div class="list_action_button">
 	    <a href="?op=updateUnmoderatedComment&amp;mode=1&amp;commentId={$comment->getId()}">
-		 <img src="imgs/icon_add-16.png" alt="{$locale->tr("moderate_moderate")}" />
+		 <img src="imgs/admin/icon_add-16.png" alt="{$locale->tr("moderate_moderate")}" />
 		</a>
 		<a href="?op=updateUnmoderatedComment&amp;mode=0&amp;commentId={$comment->getId()}">
-		 <img src="imgs/icon_delete-16.png" alt="{$locale->tr("moderate_reject")}" />
+		 <img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("moderate_reject")}" />
 		</a>
        </div>
       </td>

Modified: plugins/trunk/templateeditor/templates/blogtemplatesetslist.template
===================================================================
--- plugins/trunk/templateeditor/templates/blogtemplatesetslist.template	2005-03-02 08:36:30 UTC (rev 1278)
+++ plugins/trunk/templateeditor/templates/blogtemplatesetslist.template	2005-03-02 09:29:23 UTC (rev 1279)
@@ -24,14 +24,14 @@
     <td>
      <div class="list_action_button">
       <a href="?op=blogTemplatesList&amp;templateId={$blogtemplate->getName()}">
-        <img src="imgs/icon_edit-16.png" alt="{$locale->tr("edit")}" />
+        <img src="imgs/admin/icon_edit-16.png" alt="{$locale->tr("edit")}" />
       </a>
       <a href="?op=blogDeleteTemplateSet&amp;templateId={$blogtemplate->getName()}">
-        <img src="imgs/icon_delete-16.png" alt="{$locale->tr("delete")}" />
+        <img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" />
       </a>
 	  {if $blogtemplate->hasScreenshot()}
 	    <a href="javascript:openScreenshotWindow('{$blogtemplate->getScreenshotUrl()}');">
-		  <img src="imgs/icon_image-16.png" alt="Screenshot" />
+		  <img src="imgs/admin/icon_image-16.png" alt="Screenshot" />
 		</a>
 	  {/if}	  
      </div>

Modified: plugins/trunk/templateeditor/templates/blogtemplateslist.template
===================================================================
--- plugins/trunk/templateeditor/templates/blogtemplateslist.template	2005-03-02 08:36:30 UTC (rev 1278)
+++ plugins/trunk/templateeditor/templates/blogtemplateslist.template	2005-03-02 09:29:23 UTC (rev 1279)
@@ -54,10 +54,10 @@
     <td>
      <div class="list_action_button">
       <a href="?op=blogEditTemplateFile&amp;templateId={$currentTemplate}&amp;fileId={$file.name}">
-        <img src="imgs/icon_edit-16.png" alt="{$locale->tr("edit")}" />
+        <img src="imgs/admin/icon_edit-16.png" alt="{$locale->tr("edit")}" />
       </a>
       <a href="?op=blogDeleteTemplateFile&amp;templateId={$currentTemplate}&amp;fileId={$file.name}">
-        <img src="imgs/icon_delete-16.png" alt="{$locale->tr("delete")}" />
+        <img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" />
       </a>
      </div>
     </td>

Modified: plugins/trunk/templateeditor/templates/sitetemplatesetslist.template
===================================================================
--- plugins/trunk/templateeditor/templates/sitetemplatesetslist.template	2005-03-02 08:36:30 UTC (rev 1278)
+++ plugins/trunk/templateeditor/templates/sitetemplatesetslist.template	2005-03-02 09:29:23 UTC (rev 1279)
@@ -24,14 +24,14 @@
     <td>
      <div class="list_action_button">
       <a href="?op=siteTemplatesList&amp;templateId={$sitetemplate->getName()}">
-        <img src="imgs/icon_edit-16.png" alt="{$locale->tr("edit")}" />
+        <img src="imgs/admin/icon_edit-16.png" alt="{$locale->tr("edit")}" />
       </a>
       <a href="?op=siteDeleteTemplateSet&amp;templateId={$sitetemplate->getName()}">
-        <img src="imgs/icon_delete-16.png" alt="{$locale->tr("delete")}" />
+        <img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" />
       </a>
 	  {if $sitetemplate->hasScreenshot()}
 	    <a href="javascript:openScreenshotWindow('{$sitetemplate->getScreenshotUrl()}');">
-		  <img src="imgs/icon_image-16.png" alt="Screenshot" />
+		  <img src="imgs/admin/icon_image-16.png" alt="Screenshot" />
 		</a>
 	  {/if}	  
      </div>

Modified: plugins/trunk/templateeditor/templates/sitetemplateslist.template
===================================================================
--- plugins/trunk/templateeditor/templates/sitetemplateslist.template	2005-03-02 08:36:30 UTC (rev 1278)
+++ plugins/trunk/templateeditor/templates/sitetemplateslist.template	2005-03-02 09:29:23 UTC (rev 1279)
@@ -54,10 +54,10 @@
     <td>
      <div class="list_action_button">
       <a href="?op=siteEditTemplateFile&amp;templateId={$currentTemplate}&amp;fileId={$file.name}">
-        <img src="imgs/icon_edit-16.png" alt="{$locale->tr("edit")}" />
+        <img src="imgs/admin/icon_edit-16.png" alt="{$locale->tr("edit")}" />
       </a>
       <a href="?op=siteDeleteTemplateFile&amp;templateId={$currentTemplate}&amp;fileId={$file.name}">
-        <img src="imgs/icon_delete-16.png" alt="{$locale->tr("delete")}" />
+        <img src="imgs/admin/icon_delete-16.png" alt="{$locale->tr("delete")}" />
       </a>
      </div>
     </td>




More information about the pLog-svn mailing list