[geeklog-cvs] geeklog-1.3/public_html/layout/Smooth_Blue/admin/topic listitem.thtml,1.2,1.3 topiceditor.thtml,1.3,1.4

dhaun at geeklog.net dhaun at geeklog.net
Mon Mar 24 12:42:20 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/admin/topic
In directory internal.geeklog.net:/tmp/cvs-serv8775/public_html/layout/Smooth_Blue/admin/topic

Modified Files:
	listitem.thtml topiceditor.thtml 
Log Message:
You can now set a default topic for story submissions.


Index: listitem.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/admin/topic/listitem.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** listitem.thtml	20 May 2002 20:08:55 -0000	1.2
--- listitem.thtml	24 Mar 2003 17:42:18 -0000	1.3
***************
*** 1,5 ****
                              {begin_row} 
                              <td>
!                                 <a href="{site_admin_url}/topic.php?mode=edit&tid={topic_id}">{image_tag}{topic_name}</a> ({topic_access})
                              </td>
                              {end_row}
--- 1,5 ----
                              {begin_row} 
                              <td>
!                                 <a href="{site_admin_url}/topic.php?mode=edit&tid={topic_id}">{image_tag}{topic_name}</a>{default_topic} ({topic_access})
                              </td>
                              {end_row}

Index: topiceditor.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/admin/topic/topiceditor.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** topiceditor.thtml	18 Aug 2002 18:07:31 -0000	1.3
--- topiceditor.thtml	24 Mar 2003 17:42:18 -0000	1.4
***************
*** 22,25 ****
--- 22,29 ----
                                      </tr>
                                      <tr>
+                                         <td align="right">{lang_defaulttopic}:</td>
+                                         <td><input type="checkbox" name="is_default" {default_checked}"> ({lang_defaulttext})</td>
+                                     </tr>
+                                     <tr>
                                          <td colspan="2"><hr><td>
                                      </tr>





More information about the geeklog-cvs mailing list