Changeset 3060 for branches/2.0/template
- Timestamp:
- Jan 7, 2009, 8:52:51 PM (16 years ago)
- Location:
- branches/2.0/template/yoga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/template/yoga/menubar_links.tpl
r2831 r3060 4 4 {foreach from=$block->data item=link} 5 5 <li> 6 <a href="{$link.URL}" 7 {if isset($link.new_window) } onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}6 <a href="{$link.URL}" class="external" 7 {if isset($link.new_window) } onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if} 8 8 > 9 9 {$link.LABEL} -
branches/2.0/template/yoga/theme/Sylvia/theme.css
r3017 r3060 332 332 cursor: pointer; 333 333 } 334 a.external { 335 color:#FF3363; 336 border:0; 337 text-decoration: none; 338 } 339 a.external:hover { 340 color:#FF7700; 341 border:0; 342 } 334 343 a.Piwigo { 335 344 font-family: verdana, arial, helvetica, sans-serif !important;
Note: See TracChangeset
for help on using the changeset viewer.