phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] admin/inc/class.uiasyncservice.inc.php, 1.1.2.4


From: nomail
Subject: [Phpgroupware-cvs] admin/inc/class.uiasyncservice.inc.php, 1.1.2.4
Date: Sat, 6 Nov 2004 17:13:47 +0100

Update of /admin/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.uiasyncservice.inc.php

date: 2004/11/06 16:13:47;  author: powerstat;  state: Exp;  lines: +8 -8

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: admin/inc/class.uiasyncservice.inc.php
diff -u admin/inc/class.uiasyncservice.inc.php:1.1.2.3 
admin/inc/class.uiasyncservice.inc.php:1.1.2.4
--- admin/inc/class.uiasyncservice.inc.php:1.1.2.3      Sat Jul  5 20:36:57 2003
+++ admin/inc/class.uiasyncservice.inc.php      Sat Nov  6 16:13:47 2004
@@ -53,8 +53,8 @@
                                'year'  => lang('Year'),
                                'month' => lang('Month'),
                                'day'   => lang('Day'),
-                               'dow'   => lang('Day of week<br>(0-6, 0=Sun)'),
-                               'hour'  => lang('Hour<br>(0-23)'),
+                               'dow'   => lang('Day of week<br />(0-6, 
0=Sun)'),
+                               'hour'  => lang('Hour<br />(0-23)'),
                                'min'   => lang('Minute')
                        );
 
@@ -102,7 +102,7 @@
 
                        $last_run = $async->last_check_run();
                        $lr_date = $last_run['end'] ? 
$GLOBALS['phpgw']->common->show_date($last_run['end']) : lang('never');
-                       echo '<p><b>'.lang('Async services last 
executed').'</b>: '.$lr_date.' ('.$last_run['run_by'].")</p>\n<hr>\n";
+                       echo '<p><b>'.lang('Async services last 
executed').'</b>: '.$lr_date.' ('.$last_run['run_by'].")</p>\n<hr />\n";
 
                        if (isset($_POST['asyncservice']) && 
$_POST['asyncservice'] != $GLOBALS['phpgw_info']['server']['asyncservice'])
                        {
@@ -155,7 +155,7 @@
                                        lang("for the times below (empty values 
count as '*', all empty = every minute)")."</p>\n";
                        }
 
-                       echo "<hr><table border=0><tr>\n";
+                       echo "<hr /><table border=0><tr>\n";
                        foreach ($units as $u => $ulabel)
                        {
                                echo " <td>$ulabel</td><td><input name=\"$u\" 
value=\"$times[$u]\" size=5> &nbsp; </td>\n";
@@ -171,12 +171,12 @@
 
                                echo 
"<p>asyncservice::next_run(";print_r($times);echo")=".($next === False ? 
'False':"'$next'=".$GLOBALS['phpgw']->common->show_date($next))."</p>\n";
                        }
-                       echo '<hr><p><input type="submit" name="cancel" 
value="'.lang('Cancel TestJob!')."\"> &nbsp;\n";
+                       echo '<hr /><p><input type="submit" name="cancel" 
value="'.lang('Cancel TestJob!')."\"> &nbsp;\n";
                        echo '<input type="submit" name="test" 
value="'.lang('Start TestJob!')."\">\n";
                        echo lang('for the times above')."</p>\n";
                        echo '<p>'.lang('The TestJob sends you a mail everytime 
it is called.')."</p>\n";
 
-                       echo '<hr><p><b>'.lang('Jobs').":</b>\n";
+                       echo '<hr /><p><b>'.lang('Jobs').":</b>\n";
                        if ($jobs = $async->read('%'))
                        {
                                echo "<table 
border=1>\n<tr>\n<th>Id</th><th>".lang('Next 
run').'</th><th>'.lang('Times').'</th><th>'.lang('Method').'</th><th>'.lang('Data')."</th><th>".lang('LoginID')."</th></tr>\n";
@@ -209,7 +209,7 @@
 
                        if (!$returncode)       // not nice, but better than 
failing silently
                        {
-                               echo "<p>bocalendar::send_update: sending 
message to '$to' subject='$subject' failed !!!<br>\n"; 
+                               echo "<p>bocalendar::send_update: sending 
message to '$to' subject='$subject' failed !!!<br />\n"; 
                                echo 
$GLOBALS['phpgw']->send->err['desc']."</p>\n";
                        }
                        //print_r($GLOBALS['phpgw_info']['user']);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]