2015-04-14 01:07:34 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2015-04-14 01:07:34 +02:00
|
|
|
<!-- $Id:$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="infolog.home.link" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<hbox class="infolog_CompletedClmn" height="45px">
|
|
|
|
<image label="$cont[info_status]" id="edit_status[$cont[info_id]]" href="javascript:egw.open($cont[info_id],'infolog');" src="image" default_src="status"/>
|
|
|
|
<vbox>
|
|
|
|
<link id="entry"/>
|
|
|
|
<image label="$cont[info_percent]" id="edit_percent[$cont[info_id]]" href="javascript:egw.open($cont[info_id],'infolog');" src="info_percent"/>
|
|
|
|
<progress label="$cont[info_percent]" id="info_percent2" href="javascript:egw.open($cont[info_id],'infolog');"/>
|
|
|
|
</vbox>
|
|
|
|
</hbox>
|
|
|
|
<grid class="tooltip" readonly="true" width="100%">
|
|
|
|
<columns>
|
|
|
|
<column width="70"/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
2017-09-13 18:21:50 +02:00
|
|
|
<link label="%s $cont[info_from]" id="info_link" options="b" span="all"/>
|
2015-04-14 01:07:34 +02:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description id="info_des" no_lang="1" span="all"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
</overlay>
|