Correct Indents for IS data type
This commit is contained in:
parent
3b91ad2188
commit
e50c32a1ac
|
@ -1,7 +1,7 @@
|
|||
<module>
|
||||
<rawname>sccp_manager</rawname>
|
||||
<name>SCCP Manager</name>
|
||||
<version>14.3.0.1</version>
|
||||
<version>14.3.0.0</version>
|
||||
<type>setup</type>
|
||||
<category>SCCP Connectivity</category>
|
||||
<publisher>Steve Lad, Alex GP</publisher>
|
||||
|
|
|
@ -175,13 +175,11 @@ foreach ($items as $child) {
|
|||
echo ($usingSysDefaults) ? "Customise" : "Use chan-sccp defaults";
|
||||
?>
|
||||
</label>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" id="edit_<?php echo $res_id; ?>" style="display: none">
|
||||
<!-- <div class="row" id="edit_<?php echo $res_id; ?>" style="display: none;"> -->
|
||||
<div class="form-group <?php echo $res_sec_class; ?>">
|
||||
<div class="col-md-3">
|
||||
<i><?php echo "Enter new site value for {$shortId}"; ?></i>
|
||||
|
@ -401,8 +399,7 @@ foreach ($items as $child) {
|
|||
$child->help = $metaInfo[$res_n];
|
||||
}
|
||||
}
|
||||
|
||||
// --- Add Hiden option
|
||||
// --- Add Hidden option
|
||||
$res_sec_class ='';
|
||||
if (!empty($child ->class)) {
|
||||
$res_sec_class = (string)$child ->class;
|
||||
|
@ -411,7 +408,8 @@ foreach ($items as $child) {
|
|||
echo '<!-- Begin '.$child->label.' -->';
|
||||
?>
|
||||
<div class="element-container">
|
||||
<div class="row"><div class="form-group <?php echo $res_sec_class;?>">
|
||||
<div class="row">
|
||||
<div class="form-group <?php echo $res_sec_class;?>">
|
||||
<div class="col-md-3 radioset">
|
||||
<label class="control-label" for="<?php echo $res_id; ?>"><?php echo _($child->label);?></label>
|
||||
<i class="fa fa-question-circle fpbx-help-icon" data-for="<?php echo $res_id; ?>"></i>
|
||||
|
@ -460,10 +458,12 @@ foreach ($items as $child) {
|
|||
}
|
||||
?>
|
||||
</div>
|
||||
</div></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"><div class="col-md-12">
|
||||
<span id="<?php echo $res_id;?>-help" class="help-block fpbx-help-block"><?php echo _($child->help);?></span>
|
||||
</div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue