[Comoblog-commit] comoblog/admin/templates post_add.tpl.htm,1.1.1.1,1.2 post_edit.tpl.htm,1.1.1.1,1.
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-07 14:09:56
|
Update of /cvsroot/comoblog/comoblog/admin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30290/admin/templates Modified Files: post_add.tpl.htm post_edit.tpl.htm Log Message: RFE: 1280315 - Allow date editing/updating through admin screens Index: post_edit.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/comoblog/admin/templates/post_edit.tpl.htm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- post_edit.tpl.htm 16 Aug 2005 05:49:45 -0000 1.1.1.1 +++ post_edit.tpl.htm 7 Oct 2005 14:09:48 -0000 1.2 @@ -46,6 +46,17 @@ </p> </td> </tr> + <tr> + <td colspan="3"> + <p>Date Posted:<br /> + <input type="radio" name="post_date_option" value="keep" checked>Don't change</input> + <input type="hidden" name="post_mail_date_orig" value="{POST.post_mail_date}"> <br /> + <input type="radio" name="post_date_option" value="now">Now</input><br /> + <input type="radio" name="post_date_option" value="change">Change to:</input> + <input type="text" name="post_mail_date" value="{POST.post_mail_date}" size="40"><br /> + </p> + </td> + </tr> <!-- BEGIN: images --> <tr> <td colspan="3"><b>IMAGES:</b></td> Index: post_add.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/comoblog/admin/templates/post_add.tpl.htm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- post_add.tpl.htm 16 Aug 2005 05:49:45 -0000 1.1.1.1 +++ post_add.tpl.htm 7 Oct 2005 14:09:48 -0000 1.2 @@ -43,6 +43,15 @@ </p> </td> </tr> + <tr> + <td colspan="3"> + <p>Date Posted:<br /> + <input type="radio" name="post_date_option" value="now" checked>Now</input><br /> + <input type="radio" name="post_date_option" value="change">Post at:</input> + <input type="text" name="post_mail_date" value="{NOW_DATE}" size="40"><br /> + </p> + </td> + </tr> <!-- BEGIN: images --> <tr> <td colspan="3"><b>IMAGES:</b></td> |