OSDN Git Service

arranged date format for reediting draft entry
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 6 Feb 2007 09:16:22 +0000 (09:16 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 6 Feb 2007 09:16:22 +0000 (09:16 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@192 1ca29b6e-896d-4ea0-84a5-967f57386b96

nucleus/libs/include/admin-edit.template

index 8f43e1c..12a8e3d 100755 (executable)
                <input name="actiontype" value="addfuture" type="radio" id="act_future" tabindex="61" /><label for="act_future"><%text(_ADD_ADDLATER)%></label> <%helplink(future)%>
                <div class="indent">
                        <%text(_ADD_PLACE_ON)%>
-                       <input id="inputday" name="day" tabindex="71" size="2" value="<%currenttime(mday)%>" />/
+                       <input id="inputyear" name="year" tabindex="71" size="4" value="<%currenttime(year)%>" />/
                        <input id="inputmonth" name="month" tabindex="72" size="2" value="<%currenttime(mon)%>" />/
-                       <input id="inputyear" name="year" tabindex="73" size="4" value="<%currenttime(year)%>" />
-                       at
+                       <input id="inputday" name="day" tabindex="73" size="2" value="<%currenttime(mday)%>" />&nbsp;
+                       
                        <input id="inputhour" name="hour" tabindex="74" size="2" value="<%currenttime(hours)%>" />:
                        <input id="inputminutes" name="minutes" tabindex="75" size="2" value="<%currenttime(minutes)%>" />
-                       (dd/mm/yyyy hh:mm)
+                       (yyy/mm/dd hh:mm)
                        <%ifblogsetting(ballowpast,0)%>
                                <br />
                                <%text(_ADD_NOPASTDATES)%>