1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-27 07:53:17 +02:00

Fixed button styling

This commit is contained in:
Cameron 2013-02-06 12:21:26 -08:00
parent 7cfb80033e
commit c7b165252a

View File

@ -1456,7 +1456,7 @@ class e_userperms
return "
<div class='buttons-bar center'>
".$frm->admin_button('update_admin', ADMSLAN_52, 'update')."
".$frm->admin_button('go_back', ADMSLAN_70)."
".$frm->admin_button('go_back', LAN_BACK, 'cancel')."
</div>
";
}