image_tip is a general image option

git-svn-id: file:///home/shish/svn/shimmie2/trunk@402 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-08-01 15:46:31 +00:00
parent 1137fe7025
commit 57f7f82074
2 changed files with 1 additions and 2 deletions

View File

@ -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", "<br>Thumbnail link ");
$sb->add_text_option("image_tip", "<br>Image tooltip ");
$event->panel->add_block($sb);
$thumbers = array();

View File

@ -71,8 +71,6 @@ class Index extends Extension {
$sb->add_int_option("index_height");
$sb->add_label(" images");
$sb->add_text_option("image_tip", "<br>Image tooltip ");
$event->panel->add_block($sb);
}
}