Changeset 9970


Ignore:
Timestamp:
Apr 2, 2011, 10:18:00 AM (13 years ago)
Author:
mistic100
Message:

[extensions] TypeT@gs

Location:
extensions/typetags
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/typetags/admin/typetags_admin.tpl

    r9863 r9970  
    1 {combine_script id="jquery.ui.draggable" require="jquery.ui"}
     1{combine_script id="jquery.ui.draggable"}
    22{combine_script id="jquery.ui.droppable"}
    3 
    43{combine_script id="farbtastic" require="jquery" path=$ROOT_URL|@cat:"plugins/typetags/admin/farbtastic/farbtastic.js"}
    54{combine_css path=$ROOT_URL|@cat:"plugins/typetags/admin/farbtastic/farbtastic.css"}
     
    111110                        {foreach from=$typetags_selection item=typetag}
    112111                        <li>
    113                                 <input type="text" readonly="readonly" size="18" style="background-color:{$typetag.color};color:{$typetag.color_text};margin:5px 0;" value="{$typetag.name}">
     112                                <input type="text" readonly="readonly" style="background-color:{$typetag.color};color:{$typetag.color_text};margin:5px 0;" value="{$typetag.name}">
    114113                                <a href="{$typetag.u_edit}" title="{'edit'|@translate}"><img src="{$themeconf.icon_dir}/edit.png" class="button" alt="{'edit'|@translate}"/></a>
    115114                                <a href="{$typetag.u_delete}" title="{'delete'|@translate}" onclick="return confirm('{'Are you sure?'|@translate}');"><img src="{$themeconf.admin_icon_dir}/plug_delete.png" class="button" alt="{'delete'|@translate}"/></a>
  • extensions/typetags/admin/typetags_style.css

    r9863 r9970  
    66ul.tagSelection li {
    77        width:170px !important;
     8}
     9.tagSelection input {
     10        width:120px;
    811}
    912
     
    1821        background-color:#888;
    1922        border-radius:5px;
    20         //border:1px solid #bbb;
    2123}
    2224.tt-container li {
  • extensions/typetags/main.inc.php

    r9863 r9970  
    22/*
    33Plugin Name: TypeT@gs
    4 Version: 2.2.1
     4Version: 2.2.a
    55Description: Allow to manage color of tags, as you want...
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=166
Note: See TracChangeset for help on using the changeset viewer.