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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Feb 4 08:21:56 GMT 2005


Author: oscar
Date: 2005-02-04 08:21:55 +0000 (Fri, 04 Feb 2005)
New Revision: 942

Modified:
   plog/trunk/templates/admin/editlinkcategory.template
   plog/trunk/templates/admin/editresourcealbum.template
   plog/trunk/templates/admin/resourceinfo.template
   plog/trunk/templates/admin/resources.template
   plog/trunk/templates/admin/sendtrackbacks.template
Log:
fixed issue 207 (http://bugs.plogworld.net/view.php?id=207)


Modified: plog/trunk/templates/admin/editlinkcategory.template
===================================================================
--- plog/trunk/templates/admin/editlinkcategory.template	2005-02-04 08:05:18 UTC (rev 941)
+++ plog/trunk/templates/admin/editlinkcategory.template	2005-02-04 08:21:55 UTC (rev 942)
@@ -1,6 +1,6 @@
 {include file="$admintemplatepath/header.template"}
 {include file="$admintemplatepath/navigation.template" showOpt=editLinkCategories title=$locale->tr("editLinkCategory")}
-<form name="editLinkCategory" method="post">
+<form name="editLinkCategory" method="post" action="admin.php">
    <fieldset class="inputField">
    {include file="$admintemplatepath/formvalidate.template" message=$locale->tr("error_updating_link_category")}   
    <legend>{$locale->tr("editLinkCategory")}</legend>

Modified: plog/trunk/templates/admin/editresourcealbum.template
===================================================================
--- plog/trunk/templates/admin/editresourcealbum.template	2005-02-04 08:05:18 UTC (rev 941)
+++ plog/trunk/templates/admin/editresourcealbum.template	2005-02-04 08:21:55 UTC (rev 942)
@@ -1,6 +1,6 @@
 {include file="$admintemplatepath/header.template"}
 {include file="$admintemplatepath/navigation.template" showOpt=resources title=$locale->tr("editResourceAlbum")}
-<form name="updateResourceAlbum" method="post">
+<form name="updateResourceAlbum" method="post" action="admin.php">
  <fieldset class="inputField">
    <legend>{$locale->tr("editResourceAlbum")}</legend>
    {include file="$admintemplatepath/formvalidate.template" message=$locale->tr("error_updating_album")}

Modified: plog/trunk/templates/admin/resourceinfo.template
===================================================================
--- plog/trunk/templates/admin/resourceinfo.template	2005-02-04 08:05:18 UTC (rev 941)
+++ plog/trunk/templates/admin/resourceinfo.template	2005-02-04 08:21:55 UTC (rev 942)
@@ -1,6 +1,6 @@
 {include file="$admintemplatepath/header.template"}
 {include file="$admintemplatepath/navigation.template" showOpt=resources title=$locale->tr("editResource")}
-<form name="updateResourceInfo" method="post">
+<form name="updateResourceInfo" method="post" action="admin.php">
  <fieldset class="inputField">
   <legend>{$locale->tr("editResource")}</legend>
   <div style="float:left;width:70%;border-right:1px solid #BEBEBE;">

Modified: plog/trunk/templates/admin/resources.template
===================================================================
--- plog/trunk/templates/admin/resources.template	2005-02-04 08:05:18 UTC (rev 941)
+++ plog/trunk/templates/admin/resources.template	2005-02-04 08:21:55 UTC (rev 942)
@@ -29,7 +29,7 @@
  <br style="clear:both">
  </div>
 
-<form id="Resources" method="post">
+<form id="Resources" method="post" action="admin.php">
 <div id="list">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}

Modified: plog/trunk/templates/admin/sendtrackbacks.template
===================================================================
--- plog/trunk/templates/admin/sendtrackbacks.template	2005-02-04 08:05:18 UTC (rev 941)
+++ plog/trunk/templates/admin/sendtrackbacks.template	2005-02-04 08:21:55 UTC (rev 942)
@@ -2,7 +2,7 @@
 {include file="$admintemplatepath/navigation.template" showOpt=newPost title=$locale->tr("send_trackback_pings")}
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"}
-<form name="pingThese" method="post">
+<form name="pingThese" method="post" action="admin.php">
  <fieldset class="inputField">
   <label for="postLink">{$locale->tr("trackback_links")}</label>
   <div class="formHelp">{$locale->tr("trackback_links_help")}</div>




More information about the pLog-svn mailing list