|
@@ -707,7 +707,7 @@ CORE STYLES ABOVE - NO TOUCHY
|
|
|
<?php if(substr($ModelName,-2)=="PS"){?>
|
|
|
<div class="form-group" style="display:<?php echo $am111;?>">
|
|
|
<label id="MaxChargingVoltageLbl">Max Charging Voltage</label>
|
|
|
- <small class="form-text text-muted-red">amp</small>
|
|
|
+ <small class="form-text text-muted-red">volt</small>
|
|
|
<input type="text" name="MaxChargingVoltage" id="MaxChargingVoltage" class="form-control" value="<?php echo $obj['MaxChargingVoltage'];?>" placeholder="<?php echo ($obj['MaxChargingVoltage']==0||$obj['MaxChargingVoltage']=="")?"'0' means unlimit":"";?>" title="'0' means unlimit">
|
|
|
<small class="form-text text-muted-red"><label id="MaxChargingVoltageText" style="display:none;">'0' means unlimit</label></small>
|
|
|
</div>
|