[geeklog-hg] geeklog: Fixed a bug where UI on Batch Admin screen does not wor...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Dec 16 12:04:15 EST 2014


changeset 9559:376fda61217f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/376fda61217f
user: dengen <taharaxp at gmail.com>
date: Wed Dec 17 02:04:27 2014 +0900
description:
Fixed a bug where UI on Batch Admin screen does not work correctly

diffstat:

 public_html/admin/user.php                                       |  2 +-
 public_html/layout/denim/admin/user/batchdelete.thtml            |  2 --
 public_html/layout/modern_curve/admin/user/batchdelete.thtml     |  2 --
 public_html/layout/professional/admin/user/batchdelete.thtml     |  2 --
 public_html/layout/professional_css/admin/user/batchdelete.thtml |  2 --
 5 files changed, 1 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r e31afd322e94 -r 376fda61217f public_html/admin/user.php
--- a/public_html/admin/user.php	Mon Dec 01 20:41:59 2014 +0900
+++ b/public_html/admin/user.php	Wed Dec 17 02:04:27 2014 +0900
@@ -751,7 +751,7 @@
     if (isset($_REQUEST['usr_type'])) {
         $usr_type = COM_applyFilter($_REQUEST['usr_type']);
     }
-    if (! in_array($usr_type, array('phantom', 'sort', 'old', 'recent'))) {
+    if (! in_array($usr_type, array('phantom', 'short', 'old', 'recent'))) {
         $usr_type = 'phantom';
     }
 
diff -r e31afd322e94 -r 376fda61217f public_html/layout/denim/admin/user/batchdelete.thtml
--- a/public_html/layout/denim/admin/user/batchdelete.thtml	Mon Dec 01 20:41:59 2014 +0900
+++ b/public_html/layout/denim/admin/user/batchdelete.thtml	Wed Dec 17 02:04:27 2014 +0900
@@ -10,8 +10,6 @@
     </div>
     <div class="submit">
       <input type="hidden" name="mode" value="batchdelete"{xhtml}>
-      <input type="hidden" name="usr_type" value="{usr_type}"{xhtml}>
-      <input type="hidden" name="usr_time[{usr_type}]" value="{usr_time}"{xhtml}>
       <input type="submit" name="submit" value="{lang_updatelist}"{xhtml}>
     </div>
   </div>
diff -r e31afd322e94 -r 376fda61217f public_html/layout/modern_curve/admin/user/batchdelete.thtml
--- a/public_html/layout/modern_curve/admin/user/batchdelete.thtml	Mon Dec 01 20:41:59 2014 +0900
+++ b/public_html/layout/modern_curve/admin/user/batchdelete.thtml	Wed Dec 17 02:04:27 2014 +0900
@@ -9,8 +9,6 @@
     <ul class="submit">
       <li>
         <input type="hidden" name="mode" value="batchdelete"{xhtml}>
-        <input type="hidden" name="usr_type" value="{usr_type}"{xhtml}>
-        <input type="hidden" name="usr_time[{usr_type}]" value="{usr_time}"{xhtml}>
       </li>
     </ul>
     <dl>
diff -r e31afd322e94 -r 376fda61217f public_html/layout/professional/admin/user/batchdelete.thtml
--- a/public_html/layout/professional/admin/user/batchdelete.thtml	Mon Dec 01 20:41:59 2014 +0900
+++ b/public_html/layout/professional/admin/user/batchdelete.thtml	Wed Dec 17 02:04:27 2014 +0900
@@ -1,8 +1,6 @@
 <form style="display:inline" action="{site_admin_url}/user.php?mode=batchdelete" method="post">
     <div>
         <input type="hidden" name="mode" value="batchdelete"{xhtml}>
-        <input type="hidden" name="usr_type" value="{usr_type}"{xhtml}>
-        <input type="hidden" name="usr_time[{usr_type}]" value="{usr_time}"{xhtml}>
         {lang_instruction}
         <p>{options_list}</p>
         <input type="submit" name="submit" value="{lang_updatelist}"{xhtml}> 
diff -r e31afd322e94 -r 376fda61217f public_html/layout/professional_css/admin/user/batchdelete.thtml
--- a/public_html/layout/professional_css/admin/user/batchdelete.thtml	Mon Dec 01 20:41:59 2014 +0900
+++ b/public_html/layout/professional_css/admin/user/batchdelete.thtml	Wed Dec 17 02:04:27 2014 +0900
@@ -10,8 +10,6 @@
     <ul class="submit">
       <li>
         <input type="hidden" name="mode" value="batchdelete"{xhtml}>
-        <input type="hidden" name="usr_type" value="{usr_type}"{xhtml}>
-        <input type="hidden" name="usr_time[{usr_type}]" value="{usr_time}"{xhtml}>
       </li>
     </ul>
     <dl>



More information about the geeklog-cvs mailing list