forked from Wavyzz/dolibarr
add new rule
This commit is contained in:
@@ -111,8 +111,7 @@ function show_skin($fuser, $edit = 0)
|
||||
if ($subdir == $selected_theme)
|
||||
{
|
||||
print '<input '.($edit ? '' : 'disabled').' type="radio" '.$bc[$var].' style="border: 0px;" checked name="fckeditor_skin" value="'.$subdir.'"> <b>'.$subdir.'</b>';
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
print '<input '.($edit ? '' : 'disabled').' type="radio" '.$bc[$var].' style="border: 0px;" name="fckeditor_skin" value="'.$subdir.'"> '.$subdir;
|
||||
}
|
||||
print '</div>';
|
||||
|
||||
Reference in New Issue
Block a user