1
0
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:
SecretR 2013-03-07 16:05:03 +02:00
parent 4dfdaacac7
commit 137ecd6c2e
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -1578,7 +1578,7 @@ class e_form
if(substr($option,0,5) =='data-')
{
$ret .= " ".$option." = '{$optval}'";
$ret .= " ".$option."='{$optval}'";
}
}