2018-11-07 00:47:40 +08:00
|
|
|
<div id="branch-prefix-dialog" class="modal fade mx-auto" tabindex="-1" role="dialog">
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
2018-11-09 04:36:35 +08:00
|
|
|
<h5 class="modal-title mr-auto">Edit branch prefix</h5>
|
|
|
|
|
|
|
|
<button class="help-button" type="button" data-help-page="Tree-concepts#prefix" title="Help on Tree prefix">?</button>
|
|
|
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close" style="margin-left: 0;">
|
2018-11-07 00:47:40 +08:00
|
|
|
<span aria-hidden="true">×</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="branch-prefix-input">Prefix: </label>
|
|
|
|
<input id="branch-prefix-input" style="width: 20em;"> - <span id="branch-prefix-note-title"></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-11-09 04:36:35 +08:00
|
|
|
<div class="modal-footer">
|
2018-11-08 05:58:33 +08:00
|
|
|
<button class="btn btn-p`rimary btn-sm">Save</button>
|
2018-11-07 00:47:40 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|