X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=admin%2Fprint_profiles.php;h=f22c19416920932ed1fb5ef11d32a1d955c93818;hb=a39265e56d8242281a694fb619804c67388b13c5;hp=49a8723ffb768e6933c9fbae4429d861b8ef958e;hpb=d2bd6087025dfd8497777f6ce2305ff98879473a;p=fa-stable.git diff --git a/admin/print_profiles.php b/admin/print_profiles.php index 49a8723f..f22c1941 100644 --- a/admin/print_profiles.php +++ b/admin/print_profiles.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 15; $path_to_root=".."; @@ -174,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); }