Revision 8055
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/entryForm.tmpl | ||
---|---|---|
8 | 8 |
<!-- CONTENT SECTION |
9 | 9 |
======================================================================= --> |
10 | 10 |
<article id="RegistryEntryForm"> |
11 |
|
|
12 |
<!-- Modal area for the guide--> |
|
13 |
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> |
|
14 |
<div class="modal-header"> |
|
15 |
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> |
|
16 |
<h3 id="myModalLabel">Registry Guide</h3> |
|
17 |
</div> |
|
18 |
<div class="modal-body"> |
|
19 |
<!-- TBD --> |
|
20 |
</div> |
|
21 |
<div class="modal-footer"> |
|
22 |
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> |
|
23 |
<button class="btn btn-primary" data-dismiss="modal">Ok</button> |
|
24 |
</div> |
|
25 |
</div> |
|
26 | 11 |
|
27 | 12 |
<div class="container"> |
28 | 13 |
|
... | ... | |
1422 | 1407 |
</div> <!-- end the row --> |
1423 | 1408 |
|
1424 | 1409 |
</div> |
1410 |
|
|
1411 |
<!-- Modal area for the guide--> |
|
1412 |
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> |
|
1413 |
<div class="modal-header"> |
|
1414 |
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> |
|
1415 |
<h3 id="myModalLabel">Registry Guide</h3> |
|
1416 |
</div> |
|
1417 |
<div class="modal-body"> |
|
1418 |
<p>TESTING</p> |
|
1419 |
</div> |
|
1420 |
<div class="modal-footer"> |
|
1421 |
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> |
|
1422 |
<button class="btn btn-primary" data-dismiss="modal">Ok</button> |
|
1423 |
</div> |
|
1424 |
</div> |
|
1425 |
|
|
1425 | 1426 |
</article> |
Also available in: Unified diff
does order matter?