Skip to content

Commit

Permalink
Finalize 2.1.5; Brewer's Specifics Field
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed Aug 31, 2016
1 parent 76c322e commit aa8e63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lang/en/en.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
$label_med_dry = "Medium Dry";
$label_med_sweet = "Medium Sweet";
$label_sweet = "Sweet";
$label_brewer_specfics = "Brewer’s Specifics";
$label_brewer_specifics = "Brewer's Specifics";
$label_general = "General";
$label_amount_brewed = "Amount Brewed";
$label_specific_gravity = "Specific Gravity";
Expand Down Expand Up @@ -320,7 +320,6 @@
$label_commercial_examples = "Commercial Examples";

// Admin

$label_admin = "Administration";
$label_admin_short = "Admin";
$label_admin_dashboard = "Dashboard";
Expand Down
2 changes: 1 addition & 1 deletion sections/brew.sec.php
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ function admin_relocate($user_level,$go,$referrer) {
<?php if ($_SESSION['prefsSpecific'] == 0) { ?>
<!-- Enter Brewer's Specifics -->
<div class="form-group"><!-- Form Group NOT REQUIRED Text Input -->
<label for="brewComments" class="col-lg-2 col-md-3 col-sm-3 col-xs-12 control-label"><?php echo $label_brewers_specifics; ?></label>
<label for="brewComments" class="col-lg-2 col-md-3 col-sm-3 col-xs-12 control-label"><?php echo $label_brewer_specifics; ?></label>
<div class="col-lg-10 col-md-9 col-sm-9 col-xs-12">
<!-- Input Here -->
<textarea rows="6" class="form-control" name="brewComments" id="brewComments" maxlength="<?php echo $_SESSION['prefsSpecialCharLimit']; ?>" placeholder="<?php echo $brew_text_012; ?>"><?php if ($action == "edit") echo $row_log['brewComments']; ?></textarea>
Expand Down

0 comments on commit aa8e63b

Please sign in to comment.