Revision 5a30887e
Added by Stephen Beaver almost 9 years ago
src/usr/local/www/diag_edit.php | ||
---|---|---|
141 | 141 |
<div class="panel-body"> |
142 | 142 |
<div class="content"> |
143 | 143 |
<form> |
144 |
<p><input type="text" class="form-control" id="fbTarget"/></p> |
|
144 |
<p><input type="text" class="form-control" id="fbTarget" placeholder="<?=gettext('Path to file to be edited')?>"/></p>
|
|
145 | 145 |
<div class="btn-group"> |
146 | 146 |
<p> |
147 | 147 |
<button type="button" class="btn btn-default btn-sm" onclick="loadFile();" value="<?=gettext('Load')?>"> |
Also available in: Unified diff
Fixed #6703
(cherry picked from commit e5343844c6de78feafae9e601b25bdf31f114a50)