File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
administrator/components/com_jtg/views/files Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ protected function _displayForm($tpl)
688688 $ thumb_name = 'thumb1_ ' . $ image ->filename ;
689689 $ images .= "<div class= \"jtg-photo-item \"\><input type= \"checkbox \" name= \"deleteimage_ " . $ image ->id . "\" value= \"" . $ image ->filename . "\"> " . JText::_ ('COM_JTG_DELETE_IMAGE ' ) . " ( " . $ image ->filename . ")<br /> \n" .
690690 "<img src= \"" . $ img_path . 'thumbs/ ' . $ thumb_name . "\" alt= \"" . $ image ->filename . "\" title= \"" . $ image ->filename . " (thumbnail) \" /><br /> \n" .
691- "<input type= \"text \" class= " inputbox jtg-photo-input" name=\"img_title_ " .$ image ->id . "\" value= \"" .$ image ->title ."\" placeholder= \"Title \"> <br /></div> \n" ;
691+ "<input type= \"text \" class= \ "inputbox jtg-photo-input \ " name= \"img_title_ " .$ image ->id . "\" value= \"" .$ image ->title ."\" placeholder= \"Title \"> <br /></div> \n" ;
692692 }
693693 $ images .= "</div> " ;
694694
You can’t perform that action at this time.
0 commit comments