mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
45 lines
1.3 KiB
XML
45 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="etemplate.placeholder_snippet" template="" lang="" group="0" version="21.1.001">
|
|
<vbox id="outer_box">
|
|
<vbox id="selects">
|
|
<select id="app"/>
|
|
<select id="placeholder_list"/>
|
|
</vbox>
|
|
<hrule/>
|
|
<link-entry id="entry" label="Select entry" only_app="addressbook"/>
|
|
<hbox class="preview">
|
|
<description id="preview_content"/>
|
|
</hbox>
|
|
</vbox>
|
|
<styles>
|
|
#placeholder_snippet {
|
|
min-width: 500px;
|
|
min-height: 300px;
|
|
}
|
|
#_outer_box > #_selects {
|
|
flex: 1 1 50%;
|
|
}
|
|
#_outer_box > label.et2_label {
|
|
flex: 0 1 auto;
|
|
}
|
|
#_outer_box .preview {
|
|
flex: 1 1 50%;
|
|
font-size: larger;
|
|
}
|
|
select#_app {
|
|
flex-grow: 0;
|
|
}
|
|
.preview .et2_button {
|
|
flex: 0 1 24px;
|
|
height: 24px;
|
|
border: none;
|
|
border-radius: 0px;
|
|
background-color: transparent;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay>
|