[geeklog-cvs] Geeklog-1.x/plugins/calendar/templates editpersonalevent.thtml, 1.5, 1.6 submitevent.thtml, 1.11, 1.12

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
In directory qs1489.pair.com:/tmp/cvs-serv35636/plugins/calendar/templates

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


Index: submitevent.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/templates/submitevent.thtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** submitevent.thtml	30 Dec 2007 13:38:14 -0000	1.11
--- submitevent.thtml	27 Jan 2008 15:23:33 -0000	1.12
***************
*** 76,84 ****
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_state}:</div>
!                                 <div class="form-field">
!                                             <select name="state">
!                                                 {state_options}
!                                             </select>
!                                 </div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_zipcode}:</div>
--- 76,80 ----
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_state}:</div>
!                                 <div class="form-field"><input type="text" name="state" size="40"{xhtml}></div>
                                  <div class="clear-left"></div>
                                  <div class="form-description">{lang_zipcode}:</div>

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




More information about the geeklog-cvs mailing list