mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 16:48:51 +02:00
fix settings
This commit is contained in:
parent
3e90510c97
commit
3888cc70da
2 changed files with 4 additions and 4 deletions
|
@ -73,8 +73,8 @@
|
||||||
<label class="col-md-3 control-label"><i class="glyphicon glyphicon-print"></i>
|
<label class="col-md-3 control-label"><i class="glyphicon glyphicon-print"></i>
|
||||||
{Lang::T('Print Max Char')}</label>
|
{Lang::T('Print Max Char')}</label>
|
||||||
<div class="col-md-5">
|
<div class="col-md-5">
|
||||||
<input type="number" required class="form-control" id="printer_cols" placeholder="37"
|
<input type="number" class="form-control" id="printer_cols" placeholder="37"
|
||||||
name="printer_cols" value="{$_c['printer_cols']}">
|
name="printer_cols" value="{if empty($_c['printer_cols'])}37{else}{$_c['printer_cols']}{/if}">
|
||||||
</div>
|
</div>
|
||||||
<span class="help-block col-md-4">{Lang::T('For invoice print using Thermal
|
<span class="help-block col-md-4">{Lang::T('For invoice print using Thermal
|
||||||
Printer')}</span>
|
Printer')}</span>
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-md-3 control-label">{Lang::T('Income reset date')}</label>
|
<label class="col-md-3 control-label">{Lang::T('Income reset date')}</label>
|
||||||
<div class="col-md-5">
|
<div class="col-md-5">
|
||||||
<input type="number" required class="form-control" id="reset_day" placeholder="20" min="1"
|
<input type="number" class="form-control" id="reset_day" placeholder="20" min="1"
|
||||||
max="28" step="1" name="reset_day" value="{$_c['reset_day']}">
|
max="28" step="1" name="reset_day" value="{$_c['reset_day']}">
|
||||||
</div>
|
</div>
|
||||||
<span class="help-block col-md-4">{Lang::T('Income will reset every this day')}</span>
|
<span class="help-block col-md-4">{Lang::T('Income will reset every this day')}</span>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"version": "2025.3.20"
|
"version": "2025.4.16"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue