[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/lists header.thtml, 1.6, 1.7 list.thtml, 1.20, 1.21 listitem.thtml, 1.1, 1.2 searchmenu.thtml, 1.1, 1.2

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/lists
In directory qs1489.pair.com:/tmp/cvs-serv10063/admin/lists

Modified Files:
	header.thtml list.thtml listitem.thtml searchmenu.thtml 
Log Message:
XHTML optional updates

Index: header.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/lists/header.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** header.thtml	13 Jan 2007 18:07:02 -0000	1.6
--- header.thtml	25 Nov 2007 06:59:21 -0000	1.7
***************
*** 1 ****
! <th class="{class} nowrap"{th_subtags}>{header_text}</th>
--- 1 ----
! <th class="{class}" nowrap="nowrap"{th_subtags}>{header_text}</th>

Index: searchmenu.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/lists/searchmenu.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** searchmenu.thtml	29 Aug 2007 07:09:59 -0000	1.1
--- searchmenu.thtml	25 Nov 2007 06:59:21 -0000	1.2
***************
*** 2,6 ****
      <div class="admin-list-search">
          {filter}
!         {lang_search}: <input type="text" size="20" name="q" value="{last_query}">
            {lang_limit_results}:
              <select name="query_limit">
--- 2,6 ----
      <div class="admin-list-search">
          {filter}
!         {lang_search}: <input type="text" size="20" name="q" value="{last_query}"{xhtml}>
            {lang_limit_results}:
              <select name="query_limit">
***************
*** 13,17 ****
                  <option value="500" {500_selected}>500</option>
              </select>
!         <input type="submit" value="{lang_submit}">
            {lang_records_found}: {records_found}
      </div>
--- 13,17 ----
                  <option value="500" {500_selected}>500</option>
              </select>
!         <input type="submit" value="{lang_submit}"{xhtml}>
            {lang_records_found}: {records_found}
      </div>

Index: listitem.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/lists/listitem.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** listitem.thtml	28 Oct 2005 19:20:38 -0000	1.1
--- listitem.thtml	25 Nov 2007 06:59:21 -0000	1.2
***************
*** 1,3 ****
!                                 <tr class="pluginRow{cssid}" onMouseOver="className='pluginRollOver';" onMouseOut="className='pluginRow{cssid}';">
                                      {item_field}
                                  </tr>
--- 1,3 ----
!                                 <tr class="pluginRow{cssid}" onmouseover="className='pluginRollOver';" onmouseout="className='pluginRow{cssid}';">
                                      {item_field}
                                  </tr>

Index: list.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/lists/list.thtml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** list.thtml	29 Aug 2007 09:34:35 -0000	1.20
--- list.thtml	25 Nov 2007 06:59:21 -0000	1.21
***************
*** 9,13 ****
                                  </table>
                                  <div>
!                                     <input style="padding:5px 0px 0px 9px;{show_deleteimage}" name="delbutton" type="image" src="{layout_url}/images/deleteitem.png" title="{lang_deleteall}" onclick="return confirm('{lang_delconfirm}');">
                                      {formfields_bottom}
                                  </div>
--- 9,13 ----
                                  </table>
                                  <div>
!                                     <input style="padding:5px 0px 0px 9px;{show_deleteimage}" name="delbutton" alt="delbutton" type="image" src="{layout_url}/images/deleteitem.png" title="{lang_deleteall}" onclick="return confirm('{lang_delconfirm}');"{xhtml}>
                                      {formfields_bottom}
                                  </div>




More information about the geeklog-cvs mailing list