Changeset 9829 for extensions/typetags


Ignore:
Timestamp:
Mar 22, 2011, 6:59:40 PM (13 years ago)
Author:
mistic100
Message:

[extensions] TypeTags

  • compatibility with 2.2.0
Location:
extensions/typetags
Files:
1 added
7 deleted
2 edited

Legend:

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

    r3609 r9829  
    1 {html_head}<link rel="stylesheet" type="text/css" href="{$ROOT_URL|@cat:"plugins/typetags/admin/farbtastic/farbtastic.css"}">{/html_head}
    2 {known_script id="farbtastic" src=$ROOT_URL|@cat:"plugins/typetags/admin/farbtastic/farbtastic.js"}
     1{combine_script id="farbtastic" require="jquery" path=$ROOT_URL|@cat:"plugins/typetags/admin/farbtastic/farbtastic.js"}
     2{combine_css path=$ROOT_URL|@cat:"plugins/typetags/admin/farbtastic/farbtastic.css"}
    33
    4 <script type="text/javascript">
    5   $(document).ready(function(){ldelim}
     4{footer_script}
     5{literal}
     6  $(document).ready(function(){
    67    $('#colorpicker').farbtastic('#hexval');
    78  });
    8 </script>
     9{/literal}
     10{/footer_script}
    911
    1012<div class="titrePage">
  • extensions/typetags/main.inc.php

    r3609 r9829  
    22/*
    33Plugin Name: TypeT@gs
    4 Version: 2.0.d
     4Version: 2.2.0
    55Description: Allow to manage color of tags, as you want...
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=166
    7 Author: Sakkhho & P@t
     7Author: Sakkhho & P@t & Mistic
    88*/
    99
     
    2020  array_push($menu, array(
    2121    'NAME' => 'TypeT@gs',
    22     'URL' => get_admin_plugin_menu_link(typetags_PATH . 'admin/typetags_admin.php')));
     22    'URL' => get_root_url().'admin.php?page=plugin-' . typetags_DIR,
     23  ));
    2324  return $menu;
    2425}
Note: See TracChangeset for help on using the changeset viewer.