Skip to content

Commit

Permalink
Dev: Add missed form-control to input
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 28, 2016
1 parent b4713ea commit 643a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/token/bounce.php
Expand Up @@ -13,7 +13,7 @@
<?php eT('Survey bounce email'); ?>
</label>
<div class="default col-lg-4 col-sm-5 col-md-7 controls">
<input size="50" type="email" value="<?php echo $settings['bounce_email'];?>" name="bounce_email" id="bounce_email" />
<input class='form-control' size="50" type="email" value="<?php echo $settings['bounce_email'];?>" name="bounce_email" id="bounce_email" />
</div>
</div>

Expand Down

0 comments on commit 643a8ab

Please sign in to comment.