Changeset 12632


Ignore:
Timestamp:
Nov 15, 2011, 10:02:32 PM (12 years ago)
Author:
grum
Message:

feature:2508 - recent.png file is missing
bug:2509 - html code in picture nav title

Location:
extensions/gally
Files:
4 added
10 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-black-graphite/themeconf.inc.php

    r11031 r12632  
    22/*
    33Theme Name: Gally/Black-graphite
    4 Version: 1.4.3
     4Version: 1.4.5
    55Description: simple dark-grey theme (inspired from Zaphod's theme <STRIPPED>)
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=
  • extensions/gally/gally-default/release_notes.txt

    r12592 r12632  
    152152  |         |            |       -> fix some css bugs
    153153  |         |            |
     154  | 1.4.5   | 2011-11-15 | * mantis feature:2508
     155  |         |            |   . recent.png file is missing
     156  |         |            |
     157  |         |            | * mantis feature:2509
     158  |         |            |   . html code in picture nav title
     159  |         |            |
     160  |         |            |
     161  |         |            |
     162  |         |            |
    154163  |         |            |
    155164  |         |            |
  • extensions/gally/gally-default/template/picture_nav_buttons.tpl

    r12592 r12632  
    44  {if isset($last)}
    55    <a id="icon_last" class="navButton" href="{$last.U_IMG}"
    6        title="<span class='navDesc'><span class='navAction'>{'Last'|@translate}</span>{if $DISPLAY_NAV_THUMB}<br><img src='{$last.THUMB_SRC}' class='thumbLink thumbNav' id='linkPrev' alt=''>{/if}<br><span class='navTitle'>{$last.TITLE}</span></span>"
     6       title="{$last.TITLE}"
    77       rel="last"></a>
    88  {else}
     
    1212  {if isset($next)}
    1313    <a id="icon_right" class="navButton" href="{$next.U_IMG}"
    14        title="<span class='navDesc'><span class='navAction'>{'Next'|@translate}</span>{if $DISPLAY_NAV_THUMB}<br><img src='{$next.THUMB_SRC}' class='thumbLink thumbNav' id='linkPrev' alt=''>{/if}<br><span class='navTitle'>{$next.TITLE}</span></span>"
     14       title="{$next.TITLE}"
    1515       rel="next"></a>
    1616  {else}
     
    3232  {if isset($previous)}
    3333    <a id="icon_left" class="navButton" href="{$previous.U_IMG}"
    34        title="<span class='navDesc'><span class='navAction'>{'Previous'|@translate}</span>{if $DISPLAY_NAV_THUMB}<br><img src='{$previous.THUMB_SRC}' class='thumbLink' id='linkPrev' alt=''>{/if}<br><span class='navTitle'>{$previous.TITLE}</span></span>"
     34       title="{$previous.TITLE}"
    3535       rel="prev"></a>
    3636  {else}
     
    4040  {if isset($first)}
    4141    <a id="icon_first" class="navButton" href="{$first.U_IMG}"
    42        title="<span class='navDesc'><span class='navAction'>{'First'|@translate}</span>{if $DISPLAY_NAV_THUMB}<br><img src='{$first.THUMB_SRC}' class='thumbLink thumbNav' id='linkPrev' alt=''>{/if}<br><span class='navTitle'>{$first.TITLE}</span></span>"
     42       title="{$first.TITLE}"
    4343       rel="first"></a>
    4444  {else}
  • extensions/gally/gally-default/template/register.tpl

    r12592 r12632  
    5858          <label for="mail_address">{'Email address'|@translate}</label>
    5959        </div>
    60         <input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" size=35>{if $main.obligatory_user_mail_address}<span class="mandatorystar">*</span>{else}({'useful when password forgotten'|@translate}){/if}
     60        <input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" size=35>{if $obligatory_user_mail_address}<span class="mandatorystar">*</span>{else}({'useful when password forgotten'|@translate}){/if}
    6161
    6262      </li>
  • extensions/gally/gally-default/template/tags.tpl

    r12592 r12632  
    2424{/if}
    2525
    26       <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}"><!--<img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/>--></a></li>
     26      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}"></a></li>
    2727    </ul>
    2828    <h2>{'Tags'|@translate}</h2>
  • extensions/gally/gally-default/template/upload.tpl

    r6109 r12632  
    55  <div class="titrePage">
    66    <ul class="categoryActions">
    7       <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}"><!--<img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"/>--></a></li>
     7      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}"></a></li>
    88    </ul>
    99    <h2>{'Upload a picture'|@translate}</h2>
  • extensions/gally/gally-default/themeconf.inc.php

    r12606 r12632  
    22/*
    33Theme Name: Gally
    4 Version: 1.4.4
     4Version: 1.4.5
    55Description: Parent theme for all the Gally themes
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=382
  • extensions/gally/gally-graphite/themeconf.inc.php

    r12606 r12632  
    22/*
    33Theme Name: Gally/Graphite
    4 Version: 1.4.4
     4Version: 1.4.5
    55Description: Grey theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=381
  • extensions/gally/gally-grum-dark-II/themeconf.inc.php

    r12606 r12632  
    22/*
    33Theme Name: Gally/Grum dark II
    4 Version: 1.4.4
     4Version: 1.4.5
    55Description: Dark theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=371
  • extensions/gally/gally-lapis-lazuli/themeconf.inc.php

    r12606 r12632  
    22/*
    33Theme Name: Gally/Lapis-lazuli
    4 Version: 1.4.4
     4Version: 1.4.5
    55Description: Blue theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=380
Note: See TracChangeset for help on using the changeset viewer.