Revision 27d6a45b
Added by Jim Pingle over 9 years ago
src/usr/local/www/status_interfaces.php | ||
---|---|---|
82 | 82 |
'<input type="hidden" name="if" value="%s" />' . |
83 | 83 |
'<input type="hidden" name="status" value="%s" />' . |
84 | 84 |
'%s' . |
85 |
'<input type="submit" name="submit" class="btn btn-warning btn-xs" value="%s" />' . |
|
85 |
'<button type="submit" name="submit" class="btn btn-warning btn-xs" value="%s">' . |
|
86 |
'<i class="fa fa-refresh icon-embed-btn"></i>' . |
|
87 |
'%s' . |
|
88 |
'</button>' . |
|
86 | 89 |
'</form>'; |
87 | 90 |
|
88 | 91 |
// Display a term/definition pair |
... | ... | |
100 | 103 |
if ($show) { |
101 | 104 |
print('<dt>' . $term . '</dt>'); |
102 | 105 |
print('<dd>'); |
103 |
printf($formtemplate, $term, $ifval, $show, htmlspecialchars($def) . ' ', $btnlbl); |
|
106 |
printf($formtemplate, $term, $ifval, $show, htmlspecialchars($def) . ' ', $btnlbl, $btnlbl);
|
|
104 | 107 |
print('</dd>'); |
105 | 108 |
} |
106 | 109 |
} |
Also available in: Unified diff
More icon/button inconsistencies. Ticket #5965