Skip to content

Commit

Permalink
#908 Disable Theme options on a per-user base
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Jan 24, 2015
1 parent d7343a1 commit 2e945cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style/Sunrise/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<div class="form-group">
<label class="col-sm-3 control-label"><?php echo $lang['Style'] ?></label>
<div class="col-sm-9">
<select class="form-control" name="form[style]">
<select disabled class="form-control" name="form[style]">
<?php
foreach ($styles as $temp) {
if ($user['style'] == $temp)
Expand Down
2 changes: 1 addition & 1 deletion style/Sunset/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<div class="form-group">
<label class="col-sm-3 control-label"><?php echo $lang['Style'] ?></label>
<div class="col-sm-9">
<select class="form-control" name="form[style]">
<select disabled class="form-control" name="form[style]">
<?php
foreach ($styles as $temp) {
if ($user['style'] == $temp)
Expand Down

0 comments on commit 2e945cd

Please sign in to comment.