diff options
| -rw-r--r-- | plugins/data.attachment.php | 6 | ||||
| -rw-r--r-- | plugins/data.file.php | 4 | ||||
| -rw-r--r-- | plugins/data.flashvideo.php | 6 | ||||
| -rw-r--r-- | plugins/data.img.php | 6 | ||||
| -rw-r--r-- | plugins/data.rss.php | 6 | ||||
| -rw-r--r-- | plugins/data.toc.php | 6 |
6 files changed, 17 insertions, 17 deletions
diff --git a/plugins/data.attachment.php b/plugins/data.attachment.php index 8a93074..fd59efe 100644 --- a/plugins/data.attachment.php +++ b/plugins/data.attachment.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.22 $ + * @version $Revision: 1.23 $ * @package liberty * @subpackage plugins_data */ @@ -15,7 +15,7 @@ // +----------------------------------------------------------------------+ // | Authors: drewslater <andrew@andrewslater.com> // +----------------------------------------------------------------------+ -// $Id: data.attachment.php,v 1.22 2007/06/15 09:00:00 squareing Exp $ +// $Id: data.attachment.php,v 1.23 2007/07/05 05:34:17 squareing Exp $ /** * definitions @@ -37,7 +37,7 @@ $pluginParams = array ( 'path' => LIBERTY_PKG_PATH.'plugins/data.attachment.php', 'security' => 'registered', 'plugin_type' => DATA_PLUGIN, - 'biticon' => '{biticon iclass= "quicktag icon" ipackage=quicktags iname=attachment iexplain="Image"}', + 'biticon' => '{biticon ilocation=quicktag iname=mail-attachment iexplain="Attachment"}', 'taginsert' => '{attachment id= align= size= description=}', ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAATTACHMENT, $pluginParams ); diff --git a/plugins/data.file.php b/plugins/data.file.php index 9997109..4e4082d 100644 --- a/plugins/data.file.php +++ b/plugins/data.file.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * @package liberty * @subpackage plugins_storage */ @@ -23,7 +23,7 @@ $pluginParams = array ( 'plugin_type' => DATA_PLUGIN, // display icon in quicktags bar - 'biticon' => '{biticon iclass="quicktag icon" ipackage=quicktags iname=file iexplain="Image"}', + 'biticon' => '{biticon ilocation=quicktag iname=application-x-executable iexplain="Treasury File"}', 'taginsert' => '{file id= align= size= description=}', // functions diff --git a/plugins/data.flashvideo.php b/plugins/data.flashvideo.php index ff8ed95..acc28e3 100644 --- a/plugins/data.flashvideo.php +++ b/plugins/data.flashvideo.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.12 $ + * @version $Revision: 1.13 $ * @package liberty * @subpackage plugins_data */ @@ -15,7 +15,7 @@ // +----------------------------------------------------------------------+ // | Authors: drewslater <andrew@andrewslater.com> // +----------------------------------------------------------------------+ -// $Id: data.flashvideo.php,v 1.12 2007/07/04 18:17:30 squareing Exp $ +// $Id: data.flashvideo.php,v 1.13 2007/07/05 05:34:17 squareing Exp $ /** * definitions @@ -37,7 +37,7 @@ $pluginParams = array ( 'path' => LIBERTY_PKG_PATH.'plugins/data.flashvideo.php', 'security' => 'registered', 'plugin_type' => DATA_PLUGIN, - 'biticon' => '{biticon iclass= "quicktag icon" ipackage=quicktags iname=flashvideo iexplain="Image"}', + 'biticon' => '{biticon ilocation=quicktag iname=video-x-generic iexplain="Flashvideo"}', 'taginsert' => '{flashvideo id= align= description=}', ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAFLASHVIDEO, $pluginParams ); diff --git a/plugins/data.img.php b/plugins/data.img.php index 0d86082..f4ce1d1 100644 --- a/plugins/data.img.php +++ b/plugins/data.img.php @@ -1,7 +1,7 @@ <?php /** - * @version $Revision: 1.15 $ - * $Header: /cvsroot/bitweaver/_bit_liberty/plugins/data.img.php,v 1.15 2007/06/01 09:02:37 squareing Exp $ + * @version $Revision: 1.16 $ + * $Header: /cvsroot/bitweaver/_bit_liberty/plugins/data.img.php,v 1.16 2007/07/05 05:34:17 squareing Exp $ * @package liberty * @subpackage plugins_data */ @@ -24,7 +24,7 @@ $pluginParams = array ( 'path' => LIBERTY_PKG_PATH.'plugins/data.img.php', 'security' => 'registered', 'plugin_type' => DATA_PLUGIN, - 'biticon' => '{biticon iclass="quicktag icon" ipackage=quicktags iname=image iexplain="Image"}', + 'biticon' => '{biticon ilocation=quicktag iname=image-x-generic iexplain="Image"}', 'taginsert' => '{img src= width= height= align= description= link=}' ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAIMG, $pluginParams ); diff --git a/plugins/data.rss.php b/plugins/data.rss.php index 98b1e97..872b481 100644 --- a/plugins/data.rss.php +++ b/plugins/data.rss.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.13 $ + * @version $Revision: 1.14 $ * @package liberty * @subpackage plugins_data */ @@ -17,7 +17,7 @@ // | Reworked for Bitweaver (& Undoubtedly Screwed-Up) // | by: StarRider <starrrider@users.sourceforge.net> // +----------------------------------------------------------------------+ -// $Id: data.rss.php,v 1.13 2007/06/09 18:09:39 squareing Exp $ +// $Id: data.rss.php,v 1.14 2007/07/05 05:34:17 squareing Exp $ /** * definitions @@ -38,7 +38,7 @@ $pluginParams = array ( 'path' => LIBERTY_PKG_PATH.'plugins/data.rss.php', 'security' => 'registered', 'plugin_type' => DATA_PLUGIN, - 'biticon' => '{biticon iclass="quicktag icon" ipackage=quicktags iname=rss iexplain="RSS Feed"}', + 'biticon' => '{biticon ilocation=quicktag ipackage=rss iname=rss-16x16 iexplain="RSS Feed"}', 'taginsert' => '{rss}' ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATARSS, $pluginParams ); diff --git a/plugins/data.toc.php b/plugins/data.toc.php index 89ebb95..b17e4ca 100644 --- a/plugins/data.toc.php +++ b/plugins/data.toc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.12 $ + * @version $Revision: 1.13 $ * @package liberty * @subpackage plugins_data */ @@ -15,7 +15,7 @@ // +----------------------------------------------------------------------+ // | Author: Christian Fowler <spiderr@users.sourceforge.net> // +----------------------------------------------------------------------+ -// $Id: data.toc.php,v 1.12 2006/11/01 08:36:47 squareing Exp $ +// $Id: data.toc.php,v 1.13 2007/07/05 05:34:17 squareing Exp $ /** * definitions @@ -38,7 +38,7 @@ $pluginParams = array ( 'path' => LIBERTY_PKG_PATH.'plugins/data.toc.php', 'security' => 'registered', 'plugin_type' => DATA_PLUGIN, - 'biticon' => '{biticon iclass="quicktag icon" ipackage=quicktags iname=toc iexplain="Structure Table of Contents"}', + 'biticon' => '{biticon ilocation=quicktag ipackage=quicktags iname=toc iexplain="Structure Table of Contents"}', 'taginsert' => '{toc}' ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATATOC, $pluginParams ); |
