X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fprint_profiles.php;h=f22c19416920932ed1fb5ef11d32a1d955c93818;hb=ac67fd3d7312c358ddec72393538cf4590c66f49;hp=05e5b70ad00f529acefcc4ba5e8af889b2f15b3d;hpb=ea52d139c2309cc07ec2e37155a3fe304471c0fc;p=fa-stable.git diff --git a/admin/print_profiles.php b/admin/print_profiles.php index 05e5b70a..f22c1941 100644 --- a/admin/print_profiles.php +++ b/admin/print_profiles.php @@ -1,4 +1,14 @@ . +***********************************************************************/ $page_security = 15; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); @@ -164,10 +174,10 @@ else div_start('controls'); if (get_post('profile_id') == '') { - submit_center('submit', _("Add New Profile"), true, '', true); + submit_center('submit', _("Add New Profile"), true, '', 'default'); } else { submit_center_first('submit', _("Update Profile"), - _('Update printer profile'), true); + _('Update printer profile'), 'default'); submit_center_last('delete', _("Delete Profile"), _('Delete printer profile (only if not used by any user)'), true); }