[geeklog-cvs] Geeklog-1.x/plugins/links/templates categorydropdown.thtml, NONE, 1.1 links.thtml, 1.6, 1.7

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 5 15:06:00 EST 2008


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

Modified Files:
	links.thtml 
Added Files:
	categorydropdown.thtml 
Log Message:
Need to hide the category dropdown when $_LI_CONF['linkcols'] == 0


--- NEW FILE: categorydropdown.thtml ---
<form action="{site_url}/links/index.php" method="post">
<table width="100%">
  <tr>
    <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>
</table>
</form>


Index: links.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/links.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** links.thtml	31 Dec 2007 10:41:47 -0000	1.6
--- links.thtml	5 Jan 2008 20:05:58 -0000	1.7
***************
*** 1,16 ****
  {blockheader}
  
! <form action="{site_url}/links/index.php" method="post">
! <table width="100%">
!   <tr>
!     <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>
! </table>
! </form>
! 
! 
  {category_navigation}
  <br{xhtml}>
--- 1,5 ----
  {blockheader}
  
! {category_dropdown}
  {category_navigation}
  <br{xhtml}>




More information about the geeklog-cvs mailing list