[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/plugins editor.thtml, 1.4, 1.5

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:59:23 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/plugins
In directory qs1489.pair.com:/tmp/cvs-serv10063/admin/plugins

Modified Files:
	editor.thtml 
Log Message:
XHTML optional updates

Index: editor.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/plugins/editor.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** editor.thtml	17 Jan 2007 06:06:07 -0000	1.4
--- editor.thtml	25 Nov 2007 06:59:21 -0000	1.5
***************
*** 3,19 ****
                                  <table cellspacing="0" cellpadding="3">
                                      <tr>
!                                         <td><img src="{pi_icon}" alt=""></td>
                                          <td>
!                                             <input type="submit" value="{lang_save}" name="mode">
!                                             <input type="submit" value="{lang_cancel}" name="mode">
                                              {delete_option} {update_option}
!                                             <input type="hidden" name="pi_name" value="{pi_name}">
!                                             <input type="hidden" name="confirmed" value="{confirmed}">
!                                             <input type="hidden" name="pi_homepage" value="{pi_homepage}">
!                                             <input type="hidden" name="pi_version" value="{pi_version}">
!                                             <input type="hidden" name="pi_codeversion" value="{pi_codeversion}">
!                                             <input type="hidden" name="pi_gl_version" value="{pi_gl_version}">
                                          </td>
!                                     <tr>
                                      <tr>
                                          <td class="alignright"><b>{lang_pluginname}:</b></td>
--- 3,19 ----
                                  <table cellspacing="0" cellpadding="3">
                                      <tr>
!                                         <td><img src="{pi_icon}" alt=""{xhtml}></td>
                                          <td>
!                                             <input type="submit" value="{lang_save}" name="mode"{xhtml}>
!                                             <input type="submit" value="{lang_cancel}" name="mode"{xhtml}>
                                              {delete_option} {update_option}
!                                             <input type="hidden" name="pi_name" value="{pi_name}"{xhtml}>
!                                             <input type="hidden" name="confirmed" value="{confirmed}"{xhtml}>
!                                             <input type="hidden" name="pi_homepage" value="{pi_homepage}"{xhtml}>
!                                             <input type="hidden" name="pi_version" value="{pi_version}"{xhtml}>
!                                             <input type="hidden" name="pi_codeversion" value="{pi_codeversion}"{xhtml}>
!                                             <input type="hidden" name="pi_gl_version" value="{pi_gl_version}"{xhtml}>
                                          </td>
!                                     </tr>
                                      <tr>
                                          <td class="alignright"><b>{lang_pluginname}:</b></td>
***************
*** 38,42 ****
                                      <tr>
                                          <td class="alignright"><b>{lang_enabled}:</b></td>
!                                         <td><input type="checkbox" name="enabled" {enabled_checked}>
                                      </tr>
                                  </table>
--- 38,42 ----
                                      <tr>
                                          <td class="alignright"><b>{lang_enabled}:</b></td>
!                                         <td><input type="checkbox" name="enabled" {enabled_checked}{xhtml}></td>
                                      </tr>
                                  </table>




More information about the geeklog-cvs mailing list