Ignore:
Timestamp:
Jan 23, 2015, 7:53:13 PM (9 years ago)
Author:
SergeD
Message:

version 1.1.20 - please refer to change log for more details

File:
1 edited

Legend:

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

    r30643 r30900  
    33  <ul>
    44    <li><h3>{'Prerequisites'|@translate}</h3>
    5       <p><b>REQUIREMENTS NEED TO BE MET FOR THE THEME TO FUNCTION PROPERLY.</b><br>
    6         Please refer to information on the left.
     5      <p><b>{'REQUIREMENTS NEED TO BE MET FOR THE THEME TO FUNCTION PROPERLY.'|@translate}</b><br>
     6        {'Please refer to information on the left.'|@translate}
    77      </p></li>
     8
    89    <li><h3>{'Suggestions'|@translate}</h3>
    9       <p>Optional plugins found to be usefull in everyday usage.
    10       </p></li>
     10      <p>{'Optional plugins found to be usefull in everyday usage.'|@translate}</p>
     11    </li>
     12
    1113    <li><h3>{'General Settings'|@translate}</h3>
    12       <p>To add logo specify <b>Logo Image</b>. Recommended logo height is 80px. If you need bigger space for your logo, CSS adjustments
    13         would have to be made. In addition to Logo you can specify <b>Header Text</b>.<br>
    14         <b>Footer Text</b> allows adding simple text as a row in the footer below menu links and Site's credits.
    15      <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,
     14      <p>{'To add logo specify <b>Logo Image</b>. Recommended logo height is 80px. If you need bigger space for your logo, CSS adjustments
     15        would have to be made. In addition to Logo you can specify <b>Header Text</b>.'|@translate}</p>
     16      <p>{'Supported macros'|@translate}:
     17        <ul><li>%gallery_title% - {'Gallery title'|@translate}</li>
     18        </ul>
     19      </p>
     20      <p>{'<b>Footer Text</b> allows adding simple text as a row in the footer below menu links and Site\'s credits.'|@translate}</p>
     21      <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,
    1622        theme for the pages. By default theme includes 3 color packs: slateblue, blackhawk, whitehawk, but you could be easily extend the list by
    17         creating copy of one of the existing colorpack folders and then adjusting colors.
    18       </p></li>
     23        creating copy of one of the existing colorpack folders and then adjusting colors.'|@translate}</p>
     24    </li>
     25
    1926    <li><h3>{'Advanced Options - Custom CSS'|@translate}</h3>
    20       <p>This option allows fine tune Theme's styles to better suit your personal taste.</p>
    21       <p>Few examples:</p>
     27      <p>{'This option allows fine tune Theme\'s styles to better suit your personal taste.'|@translate}</p>
     28      <p>{'Few examples:'|@translate}</p>
    2229      <ul>
    23         <li>Remove fixed width:<br>&nbsp;&nbsp;&nbsp;body { width: auto; }</li>
    24         <li>Remove fixed width but keep min-width:<br>&nbsp;&nbsp;&nbsp;body { width: auto; min-width: 1270px; }</li>
    25         <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>
    26         <li>Remove Root link in page's breadcrumbs: set $conf['level_separator'] = ''; and apply CSS<br>&nbsp;&nbsp;&nbsp;.browsePath a:first-child { display: none; }<br>&nbsp;&nbsp;&nbsp;.browsePath a:after { content: " :: "; }</li>
     30        <li>{'Remove fixed width:<br>&nbsp;&nbsp;&nbsp;body { width: auto; }'|@translate}</li>
     31        <li>{'Remove fixed width but keep min-width:<br>&nbsp;&nbsp;&nbsp;body { width: auto; min-width: 1270px; }'|@translate}</li>
     32        <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; }'|@translate}</li>
     33        <li>{'Remove Root link in page\'s breadcrumbs: set $conf[\'level_separator\'] = \'\'; and apply CSS<br>&nbsp;&nbsp;&nbsp;.browsePath a:first-child { display: none; }<br>&nbsp;&nbsp;&nbsp;.browsePath a:after { content: " :: "; }'|@translate}</li>
    2734      </ul></li>
     35
     36    <li><h3>{'Favicon Tips'|@translate}</h3>
     37      <p>{'For URLs please use absolute or relative path including filename'|@translate}</p>
     38      <p>{'Additional Information'|@translate}</p>
     39      <table>
     40        <tr><th>{'Favicon Wiki'|@translate}</th><td>{'<a href="http://en.wikipedia.org/wiki/Favicon" target="_blank">Wikipedia</a> - read more about Favicon types and sizes'|@translate}</td></tr>
     41        <tr><th>{'Favicon Generator'|@translate}</th><td>{'<a href="http://www.html-kit.com/favicon/" target="_blank">HTML Kit</a> - Favicon generator'|@translate}</td></tr>
     42        <tr><th>{'Favicon CC editor'|@translate}</th><td>{'<a href="http://www.favicon.cc/" target="_blank">Favicon CC</a> - Simple Favicon editor'|@translate}</td></tr>
     43        <tr><th>{'Favicon validator'|@translate}</th><td>{'<a href="http://www.html-kit.com/favicon/validator" target="_blank">HTML Kit</a> - Validate Favicon for browser compatiblity'|@translate}</td></tr>
     44        <tr><th>{'Apple Touch Icon HowTo'|@translate}</th><td>{'<a href="http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html" target="_blank">Apple</a> - How-to on how to create a PNG to use as an Apple Touch Icon'|@translate}</td></tr>
     45      </table>
     46    </li>
    2847  </ul>
     48  </fieldset>
Note: See TracChangeset for help on using the changeset viewer.