Changeset:
        d07ebb609e20
        
https://sourceforge.net/p/mrbs/hg-code/ci/d07ebb609e20615d09dc5b56f7d7c1954a9cf403
Author:
        Campbell Morrison <cimorri...@hg.code.sf.net>
Date:
        Sun Mar 19 14:14:55 2017 +0000
Log message:

Fixed problem with an extra colon on Remind Admin line

diffstat:

 web/css/mrbs-ielte8.css |  3 ++-
 web/css/mrbs.css.php    |  3 ++-
 web/view_entry.php      |  2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 1bc83a43d623 -r d07ebb609e20 web/css/mrbs-ielte8.css
--- a/web/css/mrbs-ielte8.css   Sun Mar 19 14:02:27 2017 +0000
+++ b/web/css/mrbs-ielte8.css   Sun Mar 19 14:14:55 2017 +0000
@@ -16,7 +16,8 @@
   content: '\0000a0:';  /* &nbsp; before the colon */
 }
 
-label.no_suffix:after {
+label.no_suffix:after,
+.list td.no_suffix:first-child:after {
   content: '';
 }
 
diff -r 1bc83a43d623 -r d07ebb609e20 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Sun Mar 19 14:02:27 2017 +0000
+++ b/web/css/mrbs.css.php      Sun Mar 19 14:14:55 2017 +0000
@@ -81,7 +81,8 @@
   content: '\0000a0:';  <?php // &nbsp; before the colon ?>
 }
 
-label.no_suffix::after {
+label.no_suffix::after,
+.list td.no_suffix:first-child::after {
   content: '';
 }
 
diff -r 1bc83a43d623 -r d07ebb609e20 web/view_entry.php
--- a/web/view_entry.php        Sun Mar 19 14:02:27 2017 +0000
+++ b/web/view_entry.php        Sun Mar 19 14:14:55 2017 +0000
@@ -108,7 +108,7 @@
       (working_time_diff(time(), $last_reminded) >= $reminder_interval))
   {
     echo "<tr>\n";
-    echo "<td>&nbsp;</td>\n";
+    echo "<td class=\"no_suffix\"></td>\n";
     echo "<td>\n";
     
     $params = array('action' => 
"approve_entry_handler.php?id=$id&series=$series",

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
Mrbs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to