mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
Cache admin UI usability
This commit is contained in:
parent
4dfdaacac7
commit
137ecd6c2e
@ -175,8 +175,8 @@ $text = "
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class='buttons-bar left'>
|
||||
".$frm->admin_button('submit_cache', CACLAN_2, 'update')."
|
||||
<div class='buttons-bar'>
|
||||
<div class='f-right'>".$frm->admin_button('submit_cache', CACLAN_2, 'update')."</div>
|
||||
".$frm->selectbox('option_clear_cache', array(
|
||||
'empty_all' => CACLAN_26,
|
||||
'empty_contentcache' => CACLAN_5,
|
||||
|
@ -1578,7 +1578,7 @@ class e_form
|
||||
|
||||
if(substr($option,0,5) =='data-')
|
||||
{
|
||||
$ret .= " ".$option." = '{$optval}'";
|
||||
$ret .= " ".$option."='{$optval}'";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user