11 lines
381 B
HTML
11 lines
381 B
HTML
<p>Shows notification messages in the bottom-right corner of the
|
|
screen.</p>
|
|
<div class="form-horizontal">
|
|
<div class="control-group">
|
|
<label class="control-label" for="input-notifications-timeout">Timeout</label>
|
|
<div class="controls">
|
|
<input type="text" id="input-notifications-timeout"
|
|
class="input-mini"> <span class="help-inline">ms</span>
|
|
</div>
|
|
</div>
|
|
</div> |