egroupware_official/api/templates/default/placeholder_snippet.xet

45 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-09-21 22:06:24 +02:00
<?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"/>
2021-09-21 22:06:24 +02:00
<hbox class="preview">
<description id="preview_content"/>
</hbox>
</vbox>
<styles>
#placeholder_snippet {
min-width: 500px;
min-height: 300px;
}
#_outer_box > #_selects {
2021-09-21 22:06:24 +02:00
flex: 1 1 50%;
}
#_outer_box > label.et2_label {
2021-09-21 22:06:24 +02:00
flex: 0 1 auto;
}
#_outer_box .preview {
2021-09-21 22:06:24 +02:00
flex: 1 1 50%;
font-size: larger;
}
select#_app {
2021-09-21 22:06:24 +02:00
flex-grow: 0;
}
.preview .et2_button {
flex: 0 1 24px;
height: 24px;
border: none;
border-radius: 0px;
background-color: transparent;
}
</styles>
</template>
</overlay>