Skip to content

Commit

Permalink
Fixed issue #14779: Opening and ending tag issue on token edit form
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikvitt committed Jun 13, 2019
1 parent 59364bb commit 7c4a2aa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions application/views/admin/token/tokenform.php
Expand Up @@ -141,8 +141,7 @@

</div>

<!-- First name, Last name -->

<!-- First name, Last name -->
<div class="form-group">
<label class=" control-label" for='firstname'>
<?php eT("First name:"); ?>
Expand All @@ -158,7 +157,6 @@
<div class="">
<input class='form-control' type='text' size='30' id='lastname' name='lastname' value="<?php if (isset($lastname)) {echo $lastname; } ?>" />
</div>

</div>


Expand All @@ -173,9 +171,8 @@
<span id="helpBlock" class="help-block"><?php eT("You can leave this blank, and automatically generate tokens using 'Generate Tokens'"); ?></span>
<?php endif; ?>
</div>
<div class="form-group">

</div>
<div class="form-group">
<label class=" control-label" for='language'>
<?php eT("Language:"); ?>
</label>
Expand Down

0 comments on commit 7c4a2aa

Please sign in to comment.