Changeset 2133
- Timestamp:
- 04/14/08 05:42:42 (5 months ago)
- Files:
-
- alternc/trunk/bureau/admin/dom_editdns.php (modified) (1 diff)
- alternc/trunk/bureau/admin/dom_subdodel.php (modified) (1 diff)
- alternc/trunk/bureau/admin/dom_subdoedit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/admin/dom_editdns.php
r2113 r2133 60 60 # that modulo (%) there computes the time of the next cron job 61 61 # XXX: we assume the cron job is at every 5 minutes 62 print strtr(_("The modifications will take effect at %time. Server time is %now."), array('%now' => %date('H:i:s', $t), '%time' => date('H:i:s', %($t-($t%300)+300))));62 print strtr(_("The modifications will take effect at %time. Server time is %now."), array('%now' => date('H:i:s', $t), '%time' => date('H:i:s', ($t-($t%300)+300)))); 63 63 ?><br /> 64 64 <a href="login.php" target="_top"><?php __("Click here to continue"); ?></a> alternc/trunk/bureau/admin/dom_subdodel.php
r2113 r2133 52 52 # that modulo (%) there computes the time of the next cron job 53 53 # XXX: we assume the cron job is at every 5 minutes 54 $error=strtr(_("The modifications will take effect at %time. Server time is %now."), array('%now' => %date('H:i:s', $t), '%time' => date('H:i:s', %($t-($t%300)+300))));54 $error=strtr(_("The modifications will take effect at %time. Server time is %now."), array('%now' => date('H:i:s', $t), '%time' => date('H:i:s', ($t-($t%300)+300)))); 55 55 echo "<p class=\"error\">".$error."</p>"; 56 56 } alternc/trunk/bureau/admin/dom_subdoedit.php
r2113 r2133 55 55 # that modulo (%) there computes the time of the next cron job 56 56 # XXX: we assume the cron job is at every 5 minutes 57 $error=strtr(_("The modifications will take effect at %time. Server time is %now."), array('%now' => %date('H:i:s', $t), '%time' => date('H:i:s', %($t-($t%300)+300))));57 $error=strtr(_("The modifications will take effect at %time. Server time is %now."), array('%now' => date('H:i:s', $t), '%time' => date('H:i:s', ($t-($t%300)+300)))); 58 58 } 59 59 include("dom_edit.php");
