Ignore:
Timestamp:
Apr 1, 2019, 3:05:20 AM (5 years ago)
Author:
SergeD
Message:

version 1.3.1 - see changelog for details

File:
1 edited

Legend:

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

    r31043 r31979  
    77      </p></li>
    88
    9     <li><h3>{'Suggestions'|@translate}</h3>
     9    <li><h3>{'Suggested Modules'|@translate}</h3>
    1010      <p>{'Optional plugins found to be usefull in everyday usage.'|@translate}</p>
    1111    </li>
    1212
    1313    <li><h3>{'General Settings'|@translate}</h3>
    14       <p>{'<b>Logo Image</b> - optional - path to image used as gallery logo. Recommended logo height is 80px. If you need bigger space for your logo, CSS
    15         adjustments would have to be made'|@translate}<br>
    16       {'<b>Header Text</b> - optional - Text to be added in header area next to Logo'|@translate}<br>
     14      <p><b>{'Logo Image'|@translate}</b> - {'optional'|@translate} - {'Path to image used as gallery logo. Recommended logo height is 80px. If you need bigger space for your logo, CSS adjustments would have to be made'|@translate}<br>
     15      <b>{'Header Text'|@translate}</b> - {'optional'|@translate} - {'Text to be added in header area next to Logo'|@translate}<br>
    1716      {'Supported macros'|@translate}:
    1817        <ul><li>%gallery_title% - {'Gallery title'|@translate}</li>
    1918        </ul>
    2019      <p>{'If neither Logo Image or Header Text are set, header region would collapse'|@translate}<br>
    21       {'<b>Footer Text</b> allows adding content in the footer below menu links and Site\'s credits.'|@translate}</p>
    22       <p>{'<b>Color Pack</b> - select color pack to be used with the theme. It allows changing colors, styles, theme for the pages. By default theme includes
    23         4 color packs: blackhawk, greydragon, slateblue, and whitehawk, but you could extend the list by creating copy of one of the existing colorpack
    24         folders and adjusting managed styles.'|@translate}</p>
     20      <b>{'Footer Text'|@translate}</b> {'allows adding content in the footer below menu links and Site\'s credits.'|@translate}</p>
     21      <p><b>{'Color Pack'|@translate}</b> - {'Select color pack to be used with the theme. It allows changing colors, styles, theme for the pages. By default theme includes 4 color packs: blackhawk, greydragon, slateblue, and whitehawk, but you could extend the list by creating copy of one of the existing colorpack folders and adjusting managed styles.'|@translate}</p>
    2522    </li>
    2623
     
    2926      <p>{'Few examples:'|@translate}</p>
    3027      <ul>
    31         <li>{'Remove fixed width:<br>&nbsp;&nbsp;&nbsp;body { width: auto; }'|@translate}</li>
    32         <li>{'Remove fixed width but keep min-width:<br>&nbsp;&nbsp;&nbsp;body { width: auto; min-width: 1270px; }'|@translate}</li>
    33         <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>
    34         <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>
    35         <li>{'Change height of the footer to accomodate larger <b>Footer Text</b> content<br>&nbsp;&nbsp;&nbsp;#g-footer { min-height: 5em !important; }'|@translate}</li>
    36         <li>{'Center <b>Footer Text</b> content<br>&nbsp;&nbsp;&nbsp;.g-footer-bottomleft { text-align: center; }'|@translate}</li>
     28        <li>{'Remove fixed width'|@translate}:<br>&nbsp;&nbsp;&nbsp;body { width: auto; }</li>
     29        <li>{'Remove fixed width but keep min-width'|@translate}:<br>&nbsp;&nbsp;&nbsp;body { width: auto; min-width: 1270px; }</li>
     30        <li>{'Add Thumb shadow for gdThumb: Set margin between thumbs to 10-14px. Modify shadow color to match your theme'|@translate}:<br>&nbsp;&nbsp;&nbsp;.gdthumb { box-shadow: 6px 6px 3px #888888; }</li>
     31        <li>{'Remove Root link in page\'s breadcrumbs: set $conf[\'level_separator\'] = \'\'; and apply CSS'|@translate}:<br>&nbsp;&nbsp;&nbsp;.browsePath a:first-child { display: none; }<br>&nbsp;&nbsp;&nbsp;.browsePath a:after { content: " :: "; }</li>
     32        <li>{'Change height of the footer to accomodate larger content of'|@translate} <b>{'Footer Text'|@translate}</b>:<br>&nbsp;&nbsp;&nbsp;#g-footer { min-height: 5em !important; }</li>
     33        <li>{'Center'|@translate} <b>{'Footer Text'|@translate}</b>:<br>&nbsp;&nbsp;&nbsp;.g-footer-bottomleft { text-align: center; }</li>
    3734      </ul></li>
    3835
     
    4138      <p>{'Additional Information'|@translate}</p>
    4239      <table>
    43         <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>
    44         <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>
    45         <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>
    46         <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>
    47         <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>
     40        <tr><th>{'Favicon Wiki'|@translate}</th><td><a href="http://en.wikipedia.org/wiki/Favicon" target="_blank">{'Wikipedia'|@translate}</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'|@translate}</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'|@translate}</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'|@translate}</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'|@translate}</a> - {'How-to on how to create a PNG to use as an Apple Touch Icon'|@translate}</td></tr>
    4845      </table>
    4946    </li>
Note: See TracChangeset for help on using the changeset viewer.