[geeklog-cvs] geeklog-1.3/public_html/layout/Yahoo/admin/story storyeditor.thtml,1.13,1.14

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Aug 29 14:52:20 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/layout/Yahoo/admin/story
In directory www:/tmp/cvs-serv14946/public_html/layout/Yahoo/admin/story

Modified Files:
	storyeditor.thtml 
Log Message:
Story IDs are now editable


Index: storyeditor.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/Yahoo/admin/story/storyeditor.thtml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** storyeditor.thtml	1 Aug 2004 21:37:51 -0000	1.13
--- storyeditor.thtml	29 Aug 2004 18:52:18 -0000	1.14
***************
*** 136,139 ****
--- 136,143 ----
                                      </tr>
                                      <tr>
+                                         <td valign="top" align="right">{lang_sid}:</td>
+                                         <td><input type="text" size="20" maxlength="20" name="sid" value="{story_id}"></td>
+                                     </tr>
+                                     <tr>
                                          <td valign="top" align="right">{lang_introtext}:</td>
                                          <td><textarea name="introtext" cols="50" rows="6" wrap="virtual">{story_introtext}</textarea></td>
***************
*** 171,175 ****
                                          <td align="right">{lang_emails}:</td>
                                          <td><input type="hidden" name="numemails" value="{story_emails}">{story_emails} 
-                                             <input type="hidden" name="sid" value="{story_id}">
                                          </td>
                                      </tr>
--- 175,178 ----
***************
*** 215,218 ****
--- 218,222 ----
                                              {delete_option}
                                              {submission_option}
+                                             <input type="hidden" name="old_sid" value="{old_story_id}">
                                          </td>
                                      </tr>
***************
*** 231,233 ****
      document.frmstory.storycode11.disabled=true;
  }
! </script>
\ No newline at end of file
--- 235,237 ----
      document.frmstory.storycode11.disabled=true;
  }
! </script>




More information about the geeklog-cvs mailing list