Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5afd32963f |
@@ -358,7 +358,7 @@ $lines = explode("\n", $trimmedString);
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-4 <?php echo (!empty($Winkey_err)) ? 'has-error' : ''; ?>">
|
<div class="form-group col-md-4 <?php echo (!empty($Winkey_err)) ? 'has-error' : ''; ?>">
|
||||||
<label>Windows Key</label>
|
<label>Windows Key</label>
|
||||||
<input type="text" name="Win_Key" class="form-control" value="<?php echo $Win_Key; ?>">
|
<input type="text" name="Win_Key" class="form-control" value="<?php echo $Winkey; ?>">
|
||||||
<span class="help-block"><?php echo $Winkey_err;?></span>
|
<span class="help-block"><?php echo $Winkey_err;?></span>
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" name="id" value="<?php echo $id; ?>"/>
|
<input type="hidden" name="id" value="<?php echo $id; ?>"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user