Ignore:
Timestamp:
12/02/08 23:38:23 (3 years ago)
Author:
ArthurClemens
Message:

Item264: small margin fix on edit page; cleanup of unused images and templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PatternSkin/templates/viewsidebar.pattern.tmpl

    r1089 r1135  
    11%{ to include a side bar on a page, just include this template in the page template }% 
    22%TMPL:DEF{"sidebar"}%<div id="patternSideBar"><div id="patternClearHeaderLeft"></div> 
    3 <div id="patternSideBarContents">%TMPL:P{"webleftbar"}% 
     3<div id="patternSideBarContents">%TMPL:P{"websidebar"}% 
    44</div><!-- /patternSideBarContents--></div><!-- /patternSideBar-->%TMPL:END% 
    55 
    66 
    7 %TMPL:DEF{"webleftbarindicator"}%<div class="patternWebIndicator"> 
    8    * [[%BASEWEB%.%HOMETOPIC%][<nop>%BASEWEB% Web]] 
    9 </div>%TMPL:END% 
     7%TMPL:DEF{"sidebar:webindicator"}%<div class="patternWebIndicator"> 
     8   * <a href='%SCRIPTURL{"view"}%/%BASEWEB%/%HOMETOPIC%'><img src='%ICONURL{"web-bg"}%' style='background-color:%WEBBGCOLOR%' alt='%WEB%'/> <nop>%BASEWEB%</a> 
     9</div><!--/patternWebIndicator-->%TMPL:END% 
    1010 
    1111 
    12 %TMPL:DEF{"webleftbar"}%%TMPL:P{"webleftbarindicator"}% 
     12%TMPL:DEF{"sidebar:weblink"}%<div class="patternWebIndicator"> 
     13   * [[%BASEWEB%/%HOMETOPIC%][%BASEWEB%]] 
     14</div><!--/patternWebIndicator-->%TMPL:END% 
     15 
     16 
     17%TMPL:DEF{"websidebar"}%%TMPL:P{"sidebar:weblink"}% 
    1318%INCLUDE{"%WEB%.WebLeftBar"}%%TMPL:END% 
    1419 
Note: See TracChangeset for help on using the changeset viewer.