1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 15:31:41 +02:00

GUI fixes and theme-handler warning removal.

This commit is contained in:
Cameron
2013-03-15 05:28:27 -07:00
parent 340156aebd
commit 33e7300b32
6 changed files with 35 additions and 17 deletions

View File

@@ -2472,7 +2472,7 @@ class e_form
}
$thsrc = $tp->thumbUrl(vartrue($parms['pre']).$value, $thparms, varset($parms['thumb_urlraw']));
$alt = $src;
$ttl = '<img src="'.$thsrc.'" alt="'.$alt.'" class="e-thumb" />';
$ttl = '<img src="'.$thsrc.'" alt="'.$alt.'" class="thumbnail e-thumb" />';
$value = '<a href="'.$src.'" class="e-dialog e-image-preview" title="'.$alt.'" rel="external">'.$ttl.'</a>';
}
else