diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-09-05 21:56:23 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-09-05 21:56:23 +0200 |
commit | 31236b61353e1c8f1bf96db4fad6647b1c5c402c (patch) | |
tree | 2e45733709d42c00ed6030bef7c251302184c773 /tpls | |
parent | 1c91fcb184a4228aa5673e975b65b28ccadc0ea1 (diff) | |
download | mailremind-31236b61353e1c8f1bf96db4fad6647b1c5c402c.tar.gz mailremind-31236b61353e1c8f1bf96db4fad6647b1c5c402c.tar.bz2 mailremind-31236b61353e1c8f1bf96db4fad6647b1c5c402c.zip |
Added format hint in job editor
Diffstat (limited to 'tpls')
-rw-r--r-- | tpls/jobedit.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpls/jobedit.tpl b/tpls/jobedit.tpl index 469bb93..24d4c97 100644 --- a/tpls/jobedit.tpl +++ b/tpls/jobedit.tpl @@ -25,9 +25,9 @@ <table class="fullwidth schedules"> <thead> <tr> - <th>Start</th> + <th>Start<br /><span class="hint">(Format: YYYY-MM-DD HH:MM:SS)</span></th> <th colspan="2">Repetition</th> - <th colspan="2">End</th> + <th colspan="2">End<br /><span class="hint">(Format: YYYY-MM-DD HH:MM:SS)</span></th> </tr> </thead> <tbody> |