Changeset 30082
- Timestamp:
- Oct 15, 2014, 3:29:05 PM (10 years ago)
- Location:
- extensions/stripped_responsive
- Files:
-
- 17 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped_responsive/template/header.tpl
r29637 r30082 33 33 34 34 {get_combined_css} 35 {combine_css path="themes/`$themeconf.id`/iconfontello.css.tpl" template=true} 35 36 {foreach from=$themes item=theme} 36 37 {if $theme.load_css} -
extensions/stripped_responsive/template/index.tpl
r29453 r30082 13 13 {/if} 14 14 {if isset($U_SLIDESHOW)} 15 <li class="mainAction"><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow">{'slideshow'|@translate}</a></li> 15 <li class="mainAction"> 16 <a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow"> 17 <span class="pwg-icon pwg-icon-slideshow"></span> 18 <span class="pwg-button-text">{'slideshow'|@translate}</span> 19 </a> 20 </li> 16 21 {/if} 17 22 {if isset($U_EDIT)} -
extensions/stripped_responsive/template/picture.tpl
r29780 r30082 20 20 </li> 21 21 {strip}{if isset($U_SLIDESHOW_START) } 22 <li><a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow">{'slideshow'|@translate}</a></li> 22 <li> 23 <a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow"> 24 <span class="pwg-icon pwg-icon-slideshow"></span> 25 <span class="pwg-button-text">{'slideshow'|@translate}</span> 26 </a> 27 </li> 23 28 {/if}{/strip} 24 29 {strip}{if isset($U_PHOTO_ADMIN) } … … 35 40 {/if}{/strip} 36 41 {strip}{if isset($current.U_DOWNLOAD)} 37 <li><a href="{$current.U_DOWNLOAD}" title="{'download this file'|@translate}">{'Download'|@translate}</a></li> 42 <li> 43 <a href="{$current.U_DOWNLOAD}" title="{'download this file'|@translate}"> 44 <span class="pwg-icon pwg-icon-download"></span> 45 <span class="pwg-button-text">{'Download'|@translate}</span> 46 </a> 47 </li> 38 48 {/if}{/strip} 39 49 {strip}{if isset($PLUGIN_PICTURE_ACTIONS)} -
extensions/stripped_responsive/theme.css
r30051 r30082 265 265 } 266 266 267 .categoryActions .pwg-icon{268 display:none;269 }270 271 267 .categoryActions li.mainAction { 272 268 float:right; … … 727 723 #thePicturePage .pwg-button-text, 728 724 .randomButtons li { 729 display: inline;730 725 vertical-align:top; 731 726 padding-left:7px;
Note: See TracChangeset
for help on using the changeset viewer.