Skip to content

Commit

Permalink
identation
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Feb 2, 2024
1 parent 79f26bf commit 61246a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions upload/admin/view/template/catalog/category_form.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<label class="col-sm-2 control-label" for="input-parent"><?php echo $entry_parent; ?></label>
<div class="col-sm-10">
<input type="text" name="path" value="<?php echo $path; ?>" placeholder="<?php echo $entry_parent; ?>" id="input-parent" class="form-control" />
<small><?php echo $help_parent; ?></small>
<small><?php echo $help_parent; ?></small>
<input type="hidden" name="parent_id" value="<?php echo $parent_id; ?>" />
<?php if ($error_parent) { ?>
<div class="text-danger"><?php echo $error_parent; ?></div>
Expand Down Expand Up @@ -141,7 +141,7 @@
<label class="col-sm-2 control-label" for="input-keyword"><span data-toggle="tooltip" title="<?php echo $help_keyword; ?>"><?php echo $entry_keyword; ?></span></label>
<div class="col-sm-10">
<input type="text" name="keyword" value="<?php echo $keyword; ?>" placeholder="<?php echo $entry_keyword; ?>" id="input-keyword" class="form-control" />
<small><?php echo $help_keyword; ?></small>
<small><?php echo $help_keyword; ?></small>
<?php if ($error_keyword) { ?>
<div class="text-danger"><?php echo $error_keyword; ?></div>
<?php } ?>
Expand Down
20 changes: 10 additions & 10 deletions upload/admin/view/template/catalog/product_form.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<label class="col-sm-2 control-label" for="input-tag<?php echo $language['language_id']; ?>"><span data-toggle="tooltip" title="<?php echo $help_tag; ?>"><?php echo $entry_tag; ?></span></label>
<div class="col-sm-10">
<input type="text" name="product_description[<?php echo $language['language_id']; ?>][tag]" value="<?php echo isset($product_description[$language['language_id']]) ? $product_description[$language['language_id']]['tag'] : ''; ?>" placeholder="<?php echo $entry_tag; ?>" id="input-tag<?php echo $language['language_id']; ?>" class="form-control" />
<small><?php echo $help_tag; ?></small>
<small><?php echo $help_tag; ?></small>
</div>
</div>
</div>
Expand All @@ -109,42 +109,42 @@
<label class="col-sm-2 control-label" for="input-sku"><span data-toggle="tooltip" title="<?php echo $help_sku; ?>"><?php echo $entry_sku; ?></span></label>
<div class="col-sm-10">
<input type="text" name="sku" value="<?php echo $sku; ?>" placeholder="<?php echo $entry_sku; ?>" id="input-sku" class="form-control" />
<small><?php echo $help_sku; ?></small>
<small><?php echo $help_sku; ?></small>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-upc"><span data-toggle="tooltip" title="<?php echo $help_upc; ?>"><?php echo $entry_upc; ?></span></label>
<div class="col-sm-10">
<input type="text" name="upc" value="<?php echo $upc; ?>" placeholder="<?php echo $entry_upc; ?>" id="input-upc" class="form-control" />
<small><?php echo $help_upc; ?></small>
<small><?php echo $help_upc; ?></small>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-ean"><span data-toggle="tooltip" title="<?php echo $help_ean; ?>"><?php echo $entry_ean; ?></span></label>
<div class="col-sm-10">
<input type="text" name="ean" value="<?php echo $ean; ?>" placeholder="<?php echo $entry_ean; ?>" id="input-ean" class="form-control" />
<small><?php echo $help_ean; ?></small>
<small><?php echo $help_ean; ?></small>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-jan"><span data-toggle="tooltip" title="<?php echo $help_jan; ?>"><?php echo $entry_jan; ?></span></label>
<div class="col-sm-10">
<input type="text" name="jan" value="<?php echo $jan; ?>" placeholder="<?php echo $entry_jan; ?>" id="input-jan" class="form-control" />
<small><?php echo $help_jan; ?></small>
<small><?php echo $help_jan; ?></small>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-isbn"><span data-toggle="tooltip" title="<?php echo $help_isbn; ?>"><?php echo $entry_isbn; ?></span></label>
<div class="col-sm-10">
<input type="text" name="isbn" value="<?php echo $isbn; ?>" placeholder="<?php echo $entry_isbn; ?>" id="input-isbn" class="form-control" />
<small><?php echo $help_isbn; ?></small>
<small><?php echo $help_isbn; ?></small>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-mpn"><span data-toggle="tooltip" title="<?php echo $help_mpn; ?>"><?php echo $entry_mpn; ?></span></label>
<div class="col-sm-10">
<input type="text" name="mpn" value="<?php echo $mpn; ?>" placeholder="<?php echo $entry_mpn; ?>" id="input-mpn" class="form-control" />
<small><?php echo $help_mpn; ?></small>
<small><?php echo $help_mpn; ?></small>
</div>
</div>
<div class="form-group">
Expand Down Expand Up @@ -184,7 +184,7 @@
<label class="col-sm-2 control-label" for="input-minimum"><span data-toggle="tooltip" title="<?php echo $help_minimum; ?>"><?php echo $entry_minimum; ?></span></label>
<div class="col-sm-10">
<input type="text" name="minimum" value="<?php echo $minimum; ?>" placeholder="<?php echo $entry_minimum; ?>" id="input-minimum" class="form-control" />
<small><?php echo $help_minimum; ?></small>
<small><?php echo $help_minimum; ?></small>
</div>
</div>
<div class="form-group">
Expand Down Expand Up @@ -402,7 +402,7 @@
<label class="col-sm-2 control-label" for="input-download"><span data-toggle="tooltip" title="<?php echo $help_download; ?>"><?php echo $entry_download; ?></span></label>
<div class="col-sm-10">
<input type="text" name="download" value="" placeholder="<?php echo $entry_download; ?>" id="input-download" class="form-control" />
<small><?php echo $help_download; ?></small>
<small><?php echo $help_download; ?></small>
<div id="product-download" class="well well-sm" style="height: 150px; overflow: auto;">
<?php foreach ($product_downloads as $product_download) { ?>
<div id="product-download<?php echo $product_download['download_id']; ?>"><i class="fa fa-minus-circle"></i> <?php echo $product_download['name']; ?>
Expand All @@ -416,7 +416,7 @@
<label class="col-sm-2 control-label" for="input-related"><span data-toggle="tooltip" title="<?php echo $help_related; ?>"><?php echo $entry_related; ?></span></label>
<div class="col-sm-10">
<input type="text" name="related" value="" placeholder="<?php echo $entry_related; ?>" id="input-related" class="form-control" />
<small><?php echo $help_related; ?></small>
<small><?php echo $help_related; ?></small>
<div id="product-related" class="well well-sm" style="height: 150px; overflow: auto;">
<?php foreach ($product_relateds as $product_related) { ?>
<div id="product-related<?php echo $product_related['product_id']; ?>"><i class="fa fa-minus-circle"></i> <?php echo $product_related['name']; ?>
Expand Down

0 comments on commit 61246a8

Please sign in to comment.