Merge pull request #327 from laf/issue-laf-71

Updated disabled field to readonly as this stops submission of that field
This commit is contained in:
Neil Lathwood
2014-10-22 11:40:00 +01:00

View File

@@ -67,7 +67,7 @@ foreach (dbFetchRows("SELECT user_id,username FROM `users` WHERE `level` >= '10'
<div class="form-group">
<label for="token" class="col-sm-2 control-label">Token: </label>
<div class="col-sm-8">
<input type="text" class="form-control" id="token" name="token" value="<?php echo $_POST['token'];?>" disabled>
<input type="text" class="form-control" id="token" name="token" value="<?php echo $_POST['token'];?>" readonly>
</div>
<div class="col-sm-2">
</div>