Changeset 7146


Ignore:
Timestamp:
Oct 10, 2010, 4:27:01 PM (14 years ago)
Author:
grum
Message:

prepare rbuilder languages files for es_ES, hu_HU, it_IT and nl_NL langs (=> actually, keys are in english)
add the iconSelector object

Location:
extensions/GrumPluginClasses
Files:
5 added
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/css/gpc.css

    r7142 r7146  
    9191
    9292
     93.ui-icon-selector {
     94  background:none no-repeat scroll 2px 2px;
     95  padding:2px;
     96}
     97.ui-icon-selector-icon {
     98  background: none no-repeat scroll 2px 2px;
     99  padding:2px;
     100  float:left;
     101}
     102
     103
     104div.roma div.ui-icon-selector {
     105  background-color:#444444;
     106  border:1px solid #666666;
     107}
     108div.roma div.ui-icon-selector-list {
     109  background-color:#444444;
     110  border:1px solid #666666;
     111  margin-top:-1px;
     112}
     113div.roma div.ui-icon-selector-list li.ui-icon-selector-icon:hover {
     114  background-color:#666666;
     115}
     116div.roma div.ui-icon-selector-list li.ui-icon-selector-selected-icon {
     117  background-color:#777777;
     118}
     119
     120
     121div.clear div.ui-icon-selector {
     122  background-color:#CCCCCC;
     123   border:1px solid #777777;
     124}
     125div.clear div.ui-icon-selector-list {
     126  background-color:#CCCCCC;
     127  border:1px solid #777777;
     128  margin-top:-1px;
     129}
     130div.clear div.ui-icon-selector-list li.ui-icon-selector-icon:hover {
     131  background-color:#777777;
     132}
     133div.clear div.ui-icon-selector-list li.ui-icon-selector-selected-icon {
     134  background-color:#888888;
     135}
  • extensions/GrumPluginClasses/gpc_version.inc.php

    r6702 r7146  
    1515  if(!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616
    17   if(!defined('GPC_VERSION')) define('GPC_VERSION',  '3.2.0');
    18   if(!defined('GPC_VERSION2')) define('GPC_VERSION2', '03.02.00');
     17  if(!defined('GPC_VERSION')) define('GPC_VERSION',  '3.3.0');
     18  if(!defined('GPC_VERSION2')) define('GPC_VERSION2', '03.03.00');
    1919?>
  • extensions/GrumPluginClasses/js/genericjs.js

    r5550 r7146  
    11/* -----------------------------------------------------------------------------
    2   file: genricjs.js
     2  file: genericjs.js
    33  file version: 1.0
    44  date: 2008-01-02
     
    99
    1010  this classes provides base functions to make easiest a compliant code with
    11   FF2.0 & IE7.0
    12  
     11  FF2.0 & IE7.0 & IE8.0 !??
     12
    1313
    1414  ------------------------------------------------------------------------------
    1515  HISTORY VERSION
    16              
     16
    1717   -------------------------------------------------------------------------- */
    1818
  • extensions/GrumPluginClasses/main.inc.php

    r7142 r7146  
    22/*
    33Plugin Name: Grum Plugins Classes.3
    4 Version: 3.2.0
     4Version: 3.2.1
    55Description: Collection de classes partagées entre mes plugins (existants, ou à venir) / Partaged classes between my plugins (actuals or futures)
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=199
     
    6565|         |            | * Fix JS & CSS bug with IE8
    6666|         |            |
     67| 3.2.2   | 2010/mm/dd | *
    6768|         |            |
     69|         |            | ===== Don't forget to update the plugin version ! =====
    6870|         |            |
    6971|         |            |
Note: See TracChangeset for help on using the changeset viewer.