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