Changeset 30085


Ignore:
Timestamp:
Oct 15, 2014, 8:25:59 PM (10 years ago)
Author:
flop25
Message:

2.7 compat: colorscheme and 2.7 only OS_default

Location:
extensions
Files:
3 added
13 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/template/picture_nav_buttons.tpl

    r14974 r30085  
    2121{if isset($next) }
    2222<a class="navThumb" id="thumbNext" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" rel="next">
    23   {assign var=Pwg_VERSION value=strpos('2.4',$PHPWG_VERSION) }
    24   {if isset($Pwg_VERSION) and $Pwg_VERSION!==false }
    2523  <img src="{$next.derivatives.square->get_url()}" class="thumbLink" id="linkNext" alt="{$next.TITLE}">
    26   {else}
    27   <img src="{$next.THUMB_SRC}" class="thumbLink" id="linkNext" alt="{$next.TITLE}">
    28   {/if}
    2924</a>
    3025{/if}
    31   {if isset($Pwg_VERSION) and $Pwg_VERSION!==false }
    3226        <img src="{$current.derivatives.square->get_url()}" class="thumbLink" id="thumbCurrent" alt="{$ALT_IMG}">
    33   {else}
    34         <img src="{$current.THUMB_SRC}" class="thumbLink" id="thumbCurrent" alt="{$ALT_IMG}">
    35   {/if}
    3627{if isset($previous) }
    3728<a class="navThumb" id="thumbPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev">
    38   {if isset($Pwg_VERSION) and $Pwg_VERSION!==false }
    3929  <img src="{$previous.derivatives.square->get_url()}" class="thumbLink" id="linkPrev" alt="{$previous.TITLE}">
    40   {else}
    41   <img src="{$previous.THUMB_SRC}" class="thumbLink" id="linkPrev" alt="{$previous.TITLE}">
    42   {/if}
    4330</a>
    4431{/if}
  • extensions/floOS/OS_default/theme.css

    r14653 r30085  
    547547}
    548548
    549 #theImage>IMG {
    550     display: block;
    551     margin: 0 auto;
    552 }
    553549
    554550#theImage IMG {
  • extensions/floOS/OS_default/themeconf.inc.php

    r21027 r30085  
    1717        'add_menu_on_public_pages'                      => true,        # activation
    1818        'Exclude'                       => array('theNBMPage','thePicturePage','thePopuphelpPage',),    # Excluded pages
     19  'colorscheme' => 'clear',
    1920);
    2021
    21 
    22 
    23 add_event_handler('loc_begin_picture', 'pwg_v');
    24 function  pwg_v() {
    25   global $template;
    26   $template->assign(
    27   array(
    28     'PHPWG_VERSION' => PHPWG_VERSION,
    29   ));
    30 }
    3122/*********************************menu on every pages ************************************/
    3223// thx to Vdigital and his plugin spreadmenus
  • extensions/floOS/OS_glass_dark_2/themeconf.inc.php

    r9676 r30085  
    2020        'tab_system'                    => true,        # activation
    2121        'tab_closed'                    => array('mbLinks','mbTags','mbSpecials','mbIdentification'),   # tabs which are closed when the page is loaded
     22  'colorscheme' => 'clear',
    2223);
    2324@include(PHPWG_ROOT_PATH. 'local/config/OS_glass_dark_2.inc.php');
  • extensions/floPure/Pure_autumn/themeconf.inc.php

    r29774 r30085  
    1515  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
    1616  'local_head' => 'local_head.tpl',
     17  'colorscheme' => 'clear',
    1718);
    1819/** mainpage_categories.tpl **/
  • extensions/floPure/Pure_default/themeconf.inc.php

    r16036 r30085  
    1515  'local_head'    => 'local_head.tpl',
    1616  'activable' => false,
     17  'colorscheme' => 'clear',
    1718);
    1819
  • extensions/floPure/Pure_grey_plastic/themeconf.inc.php

    r9716 r30085  
    1414  'icon_dir'      => 'themes/Pure_default/icon',
    1515  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
     16  'colorscheme' => 'dark',
    1617);
    1718
  • extensions/floPure/Pure_sky/themeconf.inc.php

    r10446 r30085  
    1414  'icon_dir'      => 'themes/Pure_default/icon',
    1515  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
     16  'colorscheme' => 'clear',
    1617);
    1718
  • extensions/floPure/Pure_tr_clear_blue/themeconf.inc.php

    r9716 r30085  
    1414  'icon_dir'      => 'themes/Pure_default/icon',
    1515  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
     16  'colorscheme' => 'clear',
    1617);
    1718
  • extensions/flop_mauve/current/themeconf.inc.php

    r17820 r30085  
    1414  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
    1515  'local_head'          => 'local_head.tpl',
     16  'colorscheme' => 'clear',
    1617  );
    1718
  • extensions/hr_glass_xl/themeconf.inc.php

    r20154 r30085  
    1515  'local_head'    => 'local_head.tpl',
    1616  'activable'     => true,
     17  'colorscheme' => 'clear',
    1718);
    1819//// [update check]
  • extensions/hr_os/themeconf.inc.php

    r20153 r30085  
    1515  'local_head'    => 'local_head.tpl',
    1616  'activable'     => true,
     17  'colorscheme' => 'clear',
    1718);
    1819//// [update check]
  • extensions/hr_os_xl/themeconf.inc.php

    r20153 r30085  
    1515  'local_head'    => 'local_head.tpl',
    1616  'activable'     => true,
     17  'colorscheme' => 'clear',
    1718);
    1819//// [update check]
Note: See TracChangeset for help on using the changeset viewer.