1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 06:03:27 +02:00

Admin Preferences GUI Improvements and addition of basic mail prefs.

This commit is contained in:
Cameron
2012-12-10 16:01:44 -08:00
parent a180086855
commit 734b8d969c
5 changed files with 259 additions and 24 deletions

View File

@@ -477,7 +477,10 @@ class e_form
}
else
{
$ret = "<div class='imgselector-container' style='display:block;width:120px;min-height:100px'>";
$title = (vartrue($sc_parameters['help'])) ? "title='".$sc_parameters['help']."'" : "";
$ret = "<div class='imgselector-container e-tip' {$title} style='display:block;width:120px;min-height:100px'>";
$att = 'aw=120&ah=100';
$thpath = isset($sc_parameters['nothumb']) || vartrue($hide) ? $default : $tp->thumbUrl($default_thumb, $att, true);
$label = "<img id='{$name_id}_prev' src='{$default_url}' alt='{$default_url}' class='image-selector' style='width:120px;height:100px;border:1px dashed black;' />";