Changeset 9970
- Timestamp:
- Apr 2, 2011, 10:18:00 AM (14 years ago)
- 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"} 2 2 {combine_script id="jquery.ui.droppable"} 3 4 3 {combine_script id="farbtastic" require="jquery" path=$ROOT_URL|@cat:"plugins/typetags/admin/farbtastic/farbtastic.js"} 5 4 {combine_css path=$ROOT_URL|@cat:"plugins/typetags/admin/farbtastic/farbtastic.css"} … … 111 110 {foreach from=$typetags_selection item=typetag} 112 111 <li> 113 <input type="text" readonly="readonly" s ize="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}"> 114 113 <a href="{$typetag.u_edit}" title="{'edit'|@translate}"><img src="{$themeconf.icon_dir}/edit.png" class="button" alt="{'edit'|@translate}"/></a> 115 114 <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 6 6 ul.tagSelection li { 7 7 width:170px !important; 8 } 9 .tagSelection input { 10 width:120px; 8 11 } 9 12 … … 18 21 background-color:#888; 19 22 border-radius:5px; 20 //border:1px solid #bbb;21 23 } 22 24 .tt-container li { -
extensions/typetags/main.inc.php
r9863 r9970 2 2 /* 3 3 Plugin Name: TypeT@gs 4 Version: 2.2. 14 Version: 2.2.a 5 5 Description: Allow to manage color of tags, as you want... 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=166
Note: See TracChangeset
for help on using the changeset viewer.