[pLog-svn] r3741 - plog/trunk/templates/admin/chooser

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Jul 19 20:08:11 GMT 2006


Author: mark
Date: 2006-07-19 20:08:10 +0000 (Wed, 19 Jul 2006)
New Revision: 3741

Modified:
   plog/trunk/templates/admin/chooser/resourcelist.template
   plog/trunk/templates/admin/chooser/userpictureselect.template
Log:
Move the anchor to the front of upload from. Or it won't works for IE ... no idea why .. :(

Anyway, it works now..

Modified: plog/trunk/templates/admin/chooser/resourcelist.template
===================================================================
--- plog/trunk/templates/admin/chooser/resourcelist.template	2006-07-19 20:02:22 UTC (rev 3740)
+++ plog/trunk/templates/admin/chooser/resourcelist.template	2006-07-19 20:08:10 UTC (rev 3741)
@@ -129,6 +129,7 @@
 </table>
 {if $album}
 {** show this album only if we're not browsing the root album **}
+<a name="upload"></a>
 <div id="resource_list_upload" style="display: none;">
  <form name="uploadFile" method="post" action="admin.php" enctype="multipart/form-data">
  <fieldset class="inputField">
@@ -167,6 +168,5 @@
     <input id="close_button" type="button" onClick="window.close()" value="{$locale->tr("close")}" />
   {/if}
 </div>
-<a name="upload"></a> 
 </div>
 {include file="$admintemplatepath/chooser/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/admin/chooser/userpictureselect.template
===================================================================
--- plog/trunk/templates/admin/chooser/userpictureselect.template	2006-07-19 20:02:22 UTC (rev 3740)
+++ plog/trunk/templates/admin/chooser/userpictureselect.template	2006-07-19 20:08:10 UTC (rev 3741)
@@ -85,6 +85,7 @@
 </table>
 {if $album}
 {** show this album only if we're not browsing the root album **}
+<a name="upload"></a>
 <div id="resource_list_upload" style="display: none;">
  <form name="uploadFile" method="post" action="admin.php" enctype="multipart/form-data">
  <fieldset class="inputField">
@@ -119,6 +120,5 @@
   {include file="$admintemplatepath/adminpager.template" style=list}
   <a id="close_button" href="javascript:window.close()">{$locale->tr("close")}</a>
 </div>
-<a name="upload"></a>
 </div>
 {include file="$admintemplatepath/chooser/footer.template"}
\ No newline at end of file



More information about the pLog-svn mailing list