summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-09-05 21:56:23 +0200
committerKevin Chabowski <kevin@kch42.de>2013-09-05 21:56:23 +0200
commit31236b61353e1c8f1bf96db4fad6647b1c5c402c (patch)
tree2e45733709d42c00ed6030bef7c251302184c773
parent1c91fcb184a4228aa5673e975b65b28ccadc0ea1 (diff)
downloadmailremind-31236b61353e1c8f1bf96db4fad6647b1c5c402c.tar.gz
mailremind-31236b61353e1c8f1bf96db4fad6647b1c5c402c.tar.bz2
mailremind-31236b61353e1c8f1bf96db4fad6647b1c5c402c.zip
Added format hint in job editor
-rw-r--r--static/style.css9
-rw-r--r--tpls/jobedit.tpl4
2 files changed, 10 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index e83334f..a8380b9 100644
--- a/static/style.css
+++ b/static/style.css
@@ -112,4 +112,11 @@ table tbody tr:hover {
input.quant {
width: 3em;
-} \ No newline at end of file
+}
+
+.hint {
+ font-size: 8pt;
+ font-weight: normal;
+ font-style: italic;
+ color: #777;
+}
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>