Stackedit/public/res/html/findReplaceSettingsBlock.html

11 lines
407 B
HTML
Raw Normal View History

<p>Helps find and replace text in the current document.</p>
2014-07-13 21:45:55 +00:00
<div class="form-horizontal">
<div class="form-group">
<label class="col-sm-5 control-label"
for="input-find-replace-shortcut">Shortcut <a href="http://craig.is/killing/mice#keys" target="_blank">(?)</a></label>
<div class="col-sm-6">
<input type="text" id="input-find-replace-shortcut"
class="form-control">
</div>
</div>
</div>