[geeklog-cvs] Geeklog-1.x/plugins/staticpages/templates/admin editor.thtml, 1.17, 1.18 editor_advanced.thtml, 1.9, 1.10

Oliver ospiess at qs1489.pair.com
Thu Aug 9 04:02:44 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/templates/admin
In directory qs1489.pair.com:/tmp/cvs-serv37428/templates/admin

Modified Files:
	editor.thtml editor_advanced.thtml 
Log Message:
configurable target after save for static pages
comments for static pages

Index: editor_advanced.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/templates/admin/editor_advanced.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** editor_advanced.thtml	9 Sep 2006 18:27:06 -0000	1.9
--- editor_advanced.thtml	9 Aug 2007 08:02:42 -0000	1.10
***************
*** 34,38 ****
                </td>
            </tr>
!          <tr>
              <td align="right">{lang_postmode}:</td>
              <td><select id="sel_editmode" name="postmode" {change_editormode}>{post_options}</select></td>
--- 34,46 ----
                </td>
            </tr>
!         <tr>
!             <td align="right">{lang_mode}:</td>
!             <td>
!                 <select name="commentcode">
!                     {comment_options}
!                 </select>
!             </td>
!         </tr>
!         <tr>
              <td align="right">{lang_postmode}:</td>
              <td><select id="sel_editmode" name="postmode" {change_editormode}>{post_options}</select></td>

Index: editor.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/templates/admin/editor.thtml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** editor.thtml	24 Aug 2006 07:31:49 -0000	1.17
--- editor.thtml	9 Aug 2007 08:02:42 -0000	1.18
***************
*** 25,28 ****
--- 25,36 ----
            </tr>
            <tr>
+               <td align="right">{lang_mode}:</td>
+               <td>
+                   <select name="commentcode">
+                       {comment_options}
+                   </select>
+               </td>
+           </tr>
+           <tr>
              <td align="right">{lang_id}:</td>
              <td><input type="text" name="sp_id" size="40" maxlength="40" value="{sp_id}"></td>




More information about the geeklog-cvs mailing list