summaryrefslogtreecommitdiffstats
path: root/application/modules/ui/views/scripts/dialog/bootmedia.progress.phtml
blob: 9550248040823971226bcae50bff4e59f8c5a18d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<style type="text/css">
        #progress-text { font-style: italic;}
        #progressbar {margin: 10px;}
        #progress-buttonbar {text-align:center; margin-top:16px;}
</style>

<div id="dialog-bootmedia-progress" title="Building Image ..">

    <div id="progressbar"></div>
    <center>
    <p id="progress-text">Prepareing ISO..</p>
    </center>
    <p id="progress-buttonbar">
    <button id="dialog-bootmedia-progress-exit" class="ui-button" type="button" disabled="disabled">Close</button>
    </p>

</div>