Ignore:
Timestamp:
Dec 2, 2014, 6:51:29 AM (9 years ago)
Author:
SergeD
Message:

version 1.0.15 - please refer to changelog for more details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/admin/admin.tpl

    r30484 r30643  
    147147      </li>
    148148      <li><label><span class="graphicalCheckbox {if $options.p_pict_tab_anim=="on"}icon-check{else}icon-check-empty{/if}">&nbsp;</span><input name="p_pict_tab_anim" id="p_pict_tab_anim" type="checkbox" value="on" {if $options.p_pict_tab_anim=="on"}checked="checked"{/if}>{'Animate Tabs'|@translate}</label></li>
     149      <li><label><span class="graphicalCheckbox {if $options.p_pict_tab_exif=="off"}icon-check{else}icon-check-empty{/if}">&nbsp;</span><input name="p_pict_tab_exif" id="p_pict_tab_exif" type="checkbox" value="off" {if $options.p_pict_tab_exif=="off"}checked="checked"{/if}>{'Hide EXIF Data'|@translate}</label></li>
    149150    </ul>
    150151  </fieldset>
     
    164165        </select>
    165166        <label for="p_rootpage_src">{'Image Source (Default: Slideshow)'|@translate}</label>
     167      </li>
     168      <li>
     169        <select id="p_rootpage_size" name="p_rootpage_size">
     170          <option value="M" {if $options.p_rootpage_size=="M"}selected="selected"{/if}>{'Medium'|@translate}</option>
     171          <option value="S" {if $options.p_rootpage_size=="S"}selected="selected"{/if}>{'Small'|@translate}</option>
     172        </select>
     173        <label for="p_rootpage_size">{'Image Size (Default: Medium)'|@translate}</label>
    166174      </li>
    167175      <li><input id="p_rootpage_id" name="p_rootpage_id" type="text" value="{$options.p_rootpage_id}"><label for="p_rootpage_id">{'Photo/Album Index'|@translate}</label>
     
    210218</div>
    211219<div id="helpContent">
    212   <fieldset>
    213   <legend>{'Help'|@translate}</legend>
    214   <ul>
    215     <li><h3>{'Prerequisites'|@translate}</h3>
    216       <p><b>REQUIREMENTS NEED TO BE MET FOR THE THEME TO FUNCTION PROPERLY.</b><br>
    217         Please refer to information on the left.
    218       </p></li>
    219     <li><h3>{'General Settings'|@translate}</h3>
    220       <p>To add logo specify <b>Logo Image</b>. Recommended logo height is 80px. If you need bigger space for your logo, CSS adjustments
    221         would have to be made. In addition to Logo you can specify <b>Header Text</b>.<br>
    222         <b>Footer Text</b> allows adding simple text as a row in the footer below menu links and Site's credits.
    223      <p>Important feature of the theme is a support for Color Packs which is managed by <b>Color Pack</b> Option. It allows changing colors, styles,
    224         theme for the pages. By default theme includes 3 color packs: slateblue, blackhawk, whitehawk, but you could be easily extend the list by
    225         creating copy of one of the existing colorpack folders and then adjusting colors.
    226       </p></li>
    227     <li><h3>{'Advanced Options - Custom CSS'|@translate}</h3>
    228       <p>This option allows fine tune Theme's styles to better suit your personal taste.</p>
    229       <p>Few examples for standard CSS notation:</p>
    230       <ul>
    231         <li>Remove fixed width:<br>&nbsp;&nbsp;&nbsp;body { width: auto; }</li>
    232         <li>Remove fixed width but keep min-width:<br>&nbsp;&nbsp;&nbsp;body { width: auto; min-width: 1270px; }</li>
    233         <li>Add Thumb shadow for gdThumb: Set margin between thumbs to 10-14px. Modify shadow color to match your theme<br>&nbsp;&nbsp;&nbsp;.gdthumb { box-shadow: 6px 6px 3px #888888; }</li>
    234       </ul>
    235   </ul>
     220{include file='./help.inc.tpl'}
    236221</div>
    237222</form>
Note: See TracChangeset for help on using the changeset viewer.