mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-08-07 04:23:17 -04:00
Change buttons in all the forms to use bootstrap button class (#116)
This commit is contained in:
1 parent
eb0cf07f4a
commit
25f8a34b23
17 files changed
+20
-20
No files matched your search
@@ -44,7 +44,7 @@ echo form_submit(array(
|
||||
'name'=>'submit',
|
||||
'id'=>'submit',
|
||||
'value'=>$this->lang->line('common_submit'),
|
||||
'class'=>'submit_button float_right')
|
||||
'class'=>'btn btn-primary btn-sm pull-right')
|
||||
);
|
||||
?>
|
||||
</fieldset>
|
||||
|
||||
Reference in new issue
Block a user