[geeklog-cvs] Geeklog-1.x/plugins/links/templates links.thtml, 1.5, 1.6

Dirk Haun dhaun at qs1489.pair.com
Mon Dec 31 05:41:49 EST 2007


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

Modified Files:
	links.thtml 
Log Message:
Fixed Links plugin update and handling of categories (for backward compatibility)


Index: links.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/links.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** links.thtml	25 Nov 2007 06:56:34 -0000	1.5
--- links.thtml	31 Dec 2007 10:41:47 -0000	1.6
***************
*** 6,10 ****
      <td class="alignleft">{breadcrumbs}</td>
      <td style="float:right;">
!         <select name="cid" onchange="javascript:submit()">{link_dropdown}</select><input type="submit" value="{lang_go}" name="mode"{xhtml}>
      </td>
    </tr>
--- 6,10 ----
      <td class="alignleft">{breadcrumbs}</td>
      <td style="float:right;">
!         <select name="category" onchange="javascript:submit()">{link_dropdown}</select><input type="submit" value="{lang_go}" name="mode"{xhtml}>
      </td>
    </tr>
***************
*** 17,21 ****
  <br{xhtml}>
  
! <div class="aligncenter" style="padding-bottom:10px;">[ <a href="{site_url}/submit.php?type=links&cid={cid}">{lang_addalink}</a> ]</div>
  {category_links}
  {page_navigation}
--- 17,21 ----
  <br{xhtml}>
  
! <div class="aligncenter" style="padding-bottom:10px;">[ <a href="{site_url}/submit.php?type=links&cid={cid_encoded}">{lang_addalink}</a> ]</div>
  {category_links}
  {page_navigation}




More information about the geeklog-cvs mailing list