mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
30 lines
722 B
XML
30 lines
722 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="etemplate.long_task" template="" lang="" group="0" version="1.9.001">
|
|
<hbox class="long_task">
|
|
<image class="dialog_icon"/>
|
|
<vbox class="ui-dialog-content">
|
|
<label id="message"/>
|
|
<progress id="progressbar"/>
|
|
<label id="totals"/>
|
|
<box class="log" id="log"/>
|
|
</vbox>
|
|
</hbox>
|
|
<styles>
|
|
.long_task .ui-dialog-content {
|
|
width: 90%;
|
|
}
|
|
.long_task .log {
|
|
max-height: 10em;
|
|
overflow: auto;
|
|
}
|
|
.long_task .et2_progress {
|
|
width: 100%;
|
|
height: 1em;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay>
|