mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 12:28:48 +01:00
17 lines
No EOL
786 B
Text
17 lines
No EOL
786 B
Text
<div id="tracks-go-project-dialog" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
||
<div class="modal-header">
|
||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||
<h3 id="myModalLabel">Go to project</h3>
|
||
</div>
|
||
<div class="modal-body">
|
||
<form class="form-search">
|
||
<input type="text" id="tracks-goto-project" class="input-medium search-query ajax-typeahead" placeholder="Type (part of) project name"
|
||
data-link="/projects.autocomplete">
|
||
<input type="hidden" id="tracks-json-result">
|
||
</form>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
|
||
<button class="btn btn-primary">Go to project</button>
|
||
</div>
|
||
</div>` |