Commit 27322a6f authored by Gabriel Monnerat's avatar Gabriel Monnerat

add date format in dialog

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45268 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9bf79d6f
......@@ -64,6 +64,8 @@
   \n
<input class="start_date_field" name="start_date_hour" value="" maxlength="2" type="text" size="2">:\n
<input class="start_date_field" name="start_date_minute" value="" maxlength="2" type="text" size="2">\n
<br/>\n
<span class="date-format">MM dd yyyy HH:mm</span>\n
</td>\n
</tr>\n
<tr>\n
......@@ -75,6 +77,8 @@
&nbsp;&nbsp;&nbsp;\n
<input class="stop_date_field" name="stop_date_hour" value="" maxlength="2" type="text" size="2">:\n
<input class="stop_date_field" name="stop_date_minute" value="" maxlength="2" type="text" size="2">\n
<br/>\n
<span class="date-format">MM dd yyyy HH:mm</span>\n
</td>\n
</tr>\n
<tr>\n
......
......@@ -1133,6 +1133,10 @@ select[name="field_your_language"] {\n
\n
div.navigation-right fieldset.widget div {\n
float: left;\n
}\n
\n
span.date-format {\n
font-style: italic;\n
}
]]></string> </value>
......
......@@ -248,7 +248,7 @@ $(document).ready(function() { \n
});\n
$("div#new_event_dialog").dialog({\n
autoOpen: false,\n
height: 228,\n
height: 248,\n
width: 410,\n
modal: true,\n
});\n
......
343
\ No newline at end of file
344
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment