From 57f7f82074e65fda16950ee7693a15730b87d1d6 Mon Sep 17 00:00:00 2001 From: shish Date: Wed, 1 Aug 2007 15:46:31 +0000 Subject: [PATCH] image_tip is a general image option git-svn-id: file:///home/shish/svn/shimmie2/trunk@402 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/image/main.php | 1 + ext/index/main.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/image/main.php b/ext/image/main.php index 116f8037..b871fee0 100644 --- a/ext/image/main.php +++ b/ext/image/main.php @@ -43,6 +43,7 @@ class ImageIO extends Extension { $sb->position = 30; $sb->add_text_option("image_ilink", "Image link "); $sb->add_text_option("image_tlink", "
Thumbnail link "); + $sb->add_text_option("image_tip", "
Image tooltip "); $event->panel->add_block($sb); $thumbers = array(); diff --git a/ext/index/main.php b/ext/index/main.php index e8f8143f..e2d4b1ab 100644 --- a/ext/index/main.php +++ b/ext/index/main.php @@ -71,8 +71,6 @@ class Index extends Extension { $sb->add_int_option("index_height"); $sb->add_label(" images"); - $sb->add_text_option("image_tip", "
Image tooltip "); - $event->panel->add_block($sb); } }