[geeklog-cvs] Geeklog-1.x/plugins/calendar/templates/admin eventeditor.thtml, 1.6, 1.7

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 27 10:23:35 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/admin
In directory qs1489.pair.com:/tmp/cvs-serv35636/plugins/calendar/templates/admin

Modified Files:
	eventeditor.thtml 
Log Message:
Got rid of the $_STATES array and turned the states dropdown into a simple text entry field


Index: eventeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/admin/eventeditor.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** eventeditor.thtml	25 Nov 2007 06:56:04 -0000	1.6
--- eventeditor.thtml	27 Jan 2008 15:23:33 -0000	1.7
***************
*** 90,98 ****
                                      <tr>
                                          <td align="right"><b>{lang_state}:</b></td>
!                                         <td>
!                                             <select name="state">
!                                                 {state_options}
!                                             </select>
!                                         </td>
                                      </tr>
                                      <tr>
--- 90,94 ----
                                      <tr>
                                          <td align="right"><b>{lang_state}:</b></td>
!                                         <td><input type="text" name="state" size="40" value="{event_state}"{xhtml}></td>
                                      </tr>
                                      <tr>




More information about the geeklog-cvs mailing list