Stackedit/public/res/html/buttonSyncSettingsBlock.html

11 lines
387 B
HTML
Raw Normal View History

2013-06-10 22:32:34 +00:00
<p>Adds a "Synchronize documents" button in the navigation bar.</p>
<div class="form-horizontal">
2013-08-04 15:49:14 +00:00
<div class="form-group">
<label class="col-lg-5 control-label" for="input-sync-period">Sync
2013-06-12 20:37:43 +00:00
period (0: manual)</label>
2013-08-04 15:49:14 +00:00
<div class="col-lg-6 form-inline">
<input type="text" id="input-sync-period"
class="col-lg-5 form-control" placeholder="180000"> ms
2013-06-10 22:32:34 +00:00
</div>
</div>
</div>