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

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jan 16 12:03:09 GMT 2006


Author: mark
Date: 2006-01-16 12:03:08 +0000 (Mon, 16 Jan 2006)
New Revision: 2798

Modified:
   plog/trunk/templates/admin/editglobalarticlecategory.template
   plog/trunk/templates/admin/globalarticlecategories.template
   plog/trunk/templates/admin/newglobalarticlecategory.template
   plog/trunk/templates/admin/sitelocales.template
   plog/trunk/templates/admin/sitetemplates.template
Log:
More code clean up. Okay, I almost clean all the admin templates. This time includes:
1. globalarticlecategory 
2. sitelocales 
3. sitetemplates 

Modified: plog/trunk/templates/admin/editglobalarticlecategory.template
===================================================================
--- plog/trunk/templates/admin/editglobalarticlecategory.template	2006-01-16 11:52:20 UTC (rev 2797)
+++ plog/trunk/templates/admin/editglobalarticlecategory.template	2006-01-16 12:03:08 UTC (rev 2798)
@@ -33,4 +33,5 @@
   </div>
 </form>
 
-{include file="$admintemplatepath/footer.template"}
+{include file="$blogtemplate/footernavigation.template"}
+{include file="$admintemplatepath/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/admin/globalarticlecategories.template
===================================================================
--- plog/trunk/templates/admin/globalarticlecategories.template	2006-01-16 11:52:20 UTC (rev 2797)
+++ plog/trunk/templates/admin/globalarticlecategories.template	2006-01-16 12:03:08 UTC (rev 2798)
@@ -15,23 +15,23 @@
    
    <div class="list_nav_option">
     <br />
-    <input type="hidden" name="op" value="editGlobalArticleCategories">
-    <input type="submit" name="Show" value="{$locale->tr("show")}">
+    <input type="hidden" name="op" value="editGlobalArticleCategories" />
+    <input type="submit" name="Show" value="{$locale->tr("show")}" />
    </div>
   </fieldset> 
  </form> 
  </div>
- <br style="clear:both">
+ <br style="clear:both" />
  </div> 
 
- <form id="deleteCategories" action="admin.php" method="post"
+ <form id="deleteCategories" action="admin.php" method="post">
  <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
  <table class="info">
   <thead>
    <tr>
-    <th style="width:10px;"><input class="checkbox" type="checkbox" class="check" name="all" id="all" value="1" onclick="toggleAllChecks('deleteCategories');" /></th>
+    <th style="width:10px;"><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('deleteCategories');" /></th>
     <th style="width:375px;">{$locale->tr("category")}</th>  
     <th style="width:95px;">{$locale->tr("actions")}</th>
    </tr>
@@ -65,4 +65,4 @@
  </form>
 
 {include file="$admintemplatepath/footernavigation.template"}
-{include file="$admintemplatepath/footer.template"}
+{include file="$admintemplatepath/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/admin/newglobalarticlecategory.template
===================================================================
--- plog/trunk/templates/admin/newglobalarticlecategory.template	2006-01-16 11:52:20 UTC (rev 2797)
+++ plog/trunk/templates/admin/newglobalarticlecategory.template	2006-01-16 12:03:08 UTC (rev 2798)
@@ -30,4 +30,5 @@
    <input type="submit" name="Add" value="{$locale->tr("add")}" />
   </div> 
  </form>
-{include file="$admintemplatepath/footer.template"}
+{include file="$blogtemplate/footernavigation.template"}
+{include file="$admintemplatepath/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/admin/sitelocales.template
===================================================================
--- plog/trunk/templates/admin/sitelocales.template	2006-01-16 11:52:20 UTC (rev 2797)
+++ plog/trunk/templates/admin/sitelocales.template	2006-01-16 12:03:08 UTC (rev 2798)
@@ -7,7 +7,7 @@
    <table class="info">
     <thead>
      <tr>
-      <th style="width:10px;"><input class="checkbox" type="checkbox" class="check" name="all" id="all" value="1" onclick="toggleAllChecks('editLocales');" /></th>
+      <th style="width:10px;"><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('editLocales');" /></th>
       <th style="width:85px;">{$locale->tr("locale")}</th>
       <th style="width:100px;">{$locale->tr("locale_encoding")}</th>
       <th style="width:510px">{$locale->tr("description")}</th>

Modified: plog/trunk/templates/admin/sitetemplates.template
===================================================================
--- plog/trunk/templates/admin/sitetemplates.template	2006-01-16 11:52:20 UTC (rev 2797)
+++ plog/trunk/templates/admin/sitetemplates.template	2006-01-16 12:03:08 UTC (rev 2798)
@@ -7,7 +7,7 @@
   <table class="info">
    <thead>
     <tr>
-      <th style="width:10px;"><input class="checkbox" type="checkbox" class="check" name="all" id="all" value="1" onclick="toggleAllChecks('siteTemplates');" /></th>
+      <th style="width:10px;"><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('siteTemplates');" /></th>
       <th style="width:670px;">{$locale->tr("template")}</th>
       <th style="width:95px;">{$locale->tr("actions")}</th>
     </tr>



More information about the pLog-svn mailing list