[geeklog-cvs] Geeklog-1.x/public_html/layout/professional blockfooter-list.thtml, NONE, 1.1 blockheader-list.thtml, NONE, 1.1 blockheader-config.thtml, 1.1, 1.2 blockheader-left.thtml, 1.10, 1.11 blockheader-right.thtml, 1.10, 1.11 blockheader.thtml, 1.10, 1.11 functions.php, 1.12, 1.13

Blaine Lang blaine at qs1489.pair.com
Sat May 31 14:38:50 EDT 2008


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

Modified Files:
	blockheader-config.thtml blockheader-left.thtml 
	blockheader-right.thtml blockheader.thtml functions.php 
Added Files:
	blockfooter-list.thtml blockheader-list.thtml 
Log Message:
Removed blockid feature as it was causing an issue with non-english based like chinese.
Removed hardcoded UL element from code for the COM_admin, COM_user and COM_topic block related functions
Added a new blockheader/footer set of templates for a listblock which is now used for the 3 noted blocks
Changed the CSS define to style the menu links for the 3 noted blocks so that it no longer uses a blockid,

Index: functions.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/functions.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** functions.php	17 Feb 2008 08:40:31 -0000	1.12
--- functions.php	31 May 2008 18:38:48 -0000	1.13
***************
*** 29,31 ****
--- 29,36 ----
  $_BLOCK_TEMPLATE['story_options_block'] = 'blockheader-related.thtml,blockfooter-related.thtml';
  
+ // Define the blocks that are a list of links styled as an unordered list - using class="blocklist"
+ $_BLOCK_TEMPLATE['admin_block'] = 'blockheader-list.thtml,blockfooter-list.thtml';
+ $_BLOCK_TEMPLATE['section_block'] = 'blockheader-list.thtml,blockfooter-list.thtml';
+ $_BLOCK_TEMPLATE['user_block'] = 'blockheader-list.thtml,blockfooter-list.thtml';
+ 
  ?>

Index: blockheader-left.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/blockheader-left.thtml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** blockheader-left.thtml	2 Sep 2007 02:18:49 -0000	1.10
--- blockheader-left.thtml	31 May 2008 18:38:48 -0000	1.11
***************
*** 1,3 ****
! <div class="block-box-left" id="{blockid}">
      <span class="block-helpicon">
          {block_help}
--- 1,3 ----
! <div class="block-box-left">
      <span class="block-helpicon">
          {block_help}

--- NEW FILE: blockheader-list.thtml ---
<div class="block-box blocklist">
    <span class="block-helpicon">
        {block_help}
    </span>
    <h1>{block_title}</h1>
    <ul>
Index: blockheader-right.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/blockheader-right.thtml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** blockheader-right.thtml	2 Sep 2007 02:18:49 -0000	1.10
--- blockheader-right.thtml	31 May 2008 18:38:48 -0000	1.11
***************
*** 1,3 ****
! <div class="block-box-right" id="{blockid}">
      <span class="block-helpicon">
          {block_help}
--- 1,3 ----
! <div class="block-box-right">
      <span class="block-helpicon">
          {block_help}

--- NEW FILE: blockfooter-list.thtml ---
    </ul>
</div>
<div class="aligncenter">
    <div class="block-divider"></div>
</div>
Index: blockheader-config.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/blockheader-config.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** blockheader-config.thtml	17 Feb 2008 08:40:31 -0000	1.1
--- blockheader-config.thtml	31 May 2008 18:38:48 -0000	1.2
***************
*** 1,3 ****
! <div class="block-box" id="{blockid}">
      <span class="block-helpicon">
          {block_help}
--- 1,3 ----
! <div class="block-box">
      <span class="block-helpicon">
          {block_help}

Index: blockheader.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/blockheader.thtml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** blockheader.thtml	2 Sep 2007 02:18:49 -0000	1.10
--- blockheader.thtml	31 May 2008 18:38:48 -0000	1.11
***************
*** 1,3 ****
! <div class="block-box" id="{blockid}">
      <span class="block-helpicon">
          {block_help}
--- 1,3 ----
! <div class="block-box">
      <span class="block-helpicon">
          {block_help}




More information about the geeklog-cvs mailing list