[geeklog-cvs] Geeklog-1.x/public_html/layout/professional blockheader-left.thtml, 1.9, 1.10 blockheader-right.thtml, 1.9, 1.10 blockheader.thtml, 1.9, 1.10

Blaine Lang blaine at qs1489.pair.com
Sat Sep 1 22:18:51 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv91392

Modified Files:
	blockheader-left.thtml blockheader-right.thtml 
	blockheader.thtml 
Log Message:
Added support to COM_startBlock to set a unique {blockid} in the blockheader templates. Handles the case if there are multiple blocks of the same name - as in multiple polls.

Index: blockheader.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/blockheader.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** blockheader.thtml	14 Oct 2006 19:08:33 -0000	1.9
--- blockheader.thtml	2 Sep 2007 02:18:49 -0000	1.10
***************
*** 1,3 ****
! <div class="block-box">
      <span class="block-helpicon">
          {block_help}
--- 1,3 ----
! <div class="block-box" id="{blockid}">
      <span class="block-helpicon">
          {block_help}

Index: blockheader-left.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/blockheader-left.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** blockheader-left.thtml	14 Oct 2006 19:08:33 -0000	1.9
--- blockheader-left.thtml	2 Sep 2007 02:18:49 -0000	1.10
***************
*** 1,3 ****
! <div class="block-box-left">
      <span class="block-helpicon">
          {block_help}
--- 1,3 ----
! <div class="block-box-left" id="{blockid}">
      <span class="block-helpicon">
          {block_help}

Index: blockheader-right.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/blockheader-right.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** blockheader-right.thtml	14 Oct 2006 19:08:33 -0000	1.9
--- blockheader-right.thtml	2 Sep 2007 02:18:49 -0000	1.10
***************
*** 1,3 ****
! <div class="block-box-right">
      <span class="block-helpicon">
          {block_help}
--- 1,3 ----
! <div class="block-box-right" id="{blockid}">
      <span class="block-helpicon">
          {block_help}




More information about the geeklog-cvs mailing list