Skip to content

Commit

Permalink
update excel logo color
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeor committed May 17, 2022
1 parent 6337937 commit 94ce2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orif/stock/views/item/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class="btn btn-success mb-3"><?php echo htmlspecialchars(lang('MY_application.bt
<?php if (isset($_SESSION['user_access'])&&$_SESSION['user_access']>=config('\Stock\Config\StockConfig')->access_lvl_manager):?>
<div class="row pl-2 pr-2">
<div class="bg-primary w-100 mt-1 pl-1 mb-1"><?=lang('stock_lang.title_excel_export')?></div>
<a href="<?=base_url('stock/export_excel')?>" class="btn btn-primary w-100"><?=lang('stock_lang.excel_export_btn')?><i class="bi bi-file-earmark-excel-fill ml-2" style="color: #983030"></i></a>
<a href="<?=base_url('stock/export_excel')?>" class="btn btn-primary w-100"><?=lang('stock_lang.excel_export_btn')?><i class="bi bi-file-earmark-excel-fill ml-2" style="color: #217346"></i></a>
</div>
<?php endif;?>

Expand Down

0 comments on commit 94ce2a8

Please sign in to comment.