git-svn-id: file:///home/shish/svn/shimmie2/trunk@97 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
b18b8901ad
commit
1433c4a2ae
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class LinkImage extends Extension {
|
|||
}
|
||||
|
||||
private function link_code($label,$content,$id=NULL) {
|
||||
$control = "<label for='".$id."'>$label</label>\n";
|
||||
$control = "<label for='".$id."' title='Click to select the textbox'>$label</label>\n";
|
||||
$control .= "<input type='text' readonly='readonly' id='".$id."' name='".$id."' value='".$content."' onfocus='this.select();'></input>\n";
|
||||
$control .= "<br/>\n\n";
|
||||
return $control;
|
||||
|
|
Reference in a new issue