mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-13 08:56:08 +01:00
7 lines
336 B
PHP
7 lines
336 B
PHP
<?php
|
|
|
|
echo '
|
|
<a class="btn btn-warning ask" data-backto="record-edit" data-method="post" data-op="import" data-msg="'.tr('Vuoi impostare tutte le tariffe dei tecnici a questi valori?').'" data-button="'.tr('Imposta').'" data-class="btn btn-lg btn-warning">
|
|
<i class="fa fa-upload"></i> '.tr('Imposta per tutti i tecnici').'
|
|
</a>';
|