Skip to content

Commit

Permalink
#1024 Add pixel label
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 20, 2014
1 parent 01b1544 commit 0221b86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backstage/appearance.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
<div class="form-group">
<label class="col-sm-3 control-label">Emojis<span class="help-block">The font size emojis should be displayed in</span></label>
<div class="col-sm-9">
<input disabled type="text" class="form-control" name="form[emoji_size]" maxlength="2" value="<?php echo $luna_config['o_emoji_size'] ?>" />
<div class="input-group">
<input disabled type="text" class="form-control" name="form[emoji_size]" maxlength="2" value="<?php echo $luna_config['o_emoji_size'] ?>" />
<span class="input-group-addon"><?php echo $lang['pixels'] ?></span>
</div>
</div>
</div>
<hr />
Expand Down

0 comments on commit 0221b86

Please sign in to comment.