Changeset 1650 for trunk/template


Ignore:
Timestamp:
Dec 12, 2006, 7:17:53 AM (18 years ago)
Author:
rub
Message:

Feature Issue ID 0000601: Filter all public pages with only recent elements

Change stop icon.
Add icon to menu.

It's still a draft.

Try this!

Go to http://forum.phpwebgallery.net/viewtopic.php?id=9490

Location:
trunk/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/menubar.css

    r1641 r1650  
    1111#menubar DL, #menubar DT, #menubar DD {
    1212    margin: 0; padding: 0; display: block;
     13}
     14
     15#menubar .buttonmenu {
     16  margin: 0 2px;
     17  width: auto;
     18  padding: 0;
     19  text-indent: 0;
     20  list-style: none;
     21  text-align: center;
     22  float: right;
    1323}
    1424
  • trunk/template/yoga/menubar.tpl

    r1620 r1650  
    1414<!-- END links -->
    1515<dl id="mbCategories">
     16  <!-- BEGIN start_filter_mode -->
     17  <a href="{start_filter_mode.URL}" title="{lang:start_filter_mode_hint}"><img src="{pwg_root}{themeconf:icon_dir}/start_filter_mode.png" class="buttonmenu" alt="{lang:start_filter_mode_hint}"></a>
     18  <!-- END start_filter_mode -->
     19  <!-- BEGIN stop_filter_mode -->
     20  <a href="{stop_filter_mode.URL}" title="{lang:stop_filter_mode_hint}"><img src="{pwg_root}{themeconf:icon_dir}/stop_filter_mode.png" class="buttonmenu" alt="{lang:stop_filter_mode_hint}"></a>
     21  <!-- END stop_filter_mode -->
    1622  <dt><a href="{U_HOME}">{lang:Categories}</a></dt>
    1723  <dd>
Note: See TracChangeset for help on using the changeset viewer.