forked from extern/egroupware
pixelegg changes from last week
This commit is contained in:
parent
443b8ed854
commit
921eaf73f1
@ -28,23 +28,23 @@
|
||||
<rows>
|
||||
<row>
|
||||
<description for="n_prefix" value="prefix"/>
|
||||
<textbox id="n_prefix" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/>
|
||||
<textbox id="n_prefix" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
|
||||
</row>
|
||||
<row>
|
||||
<description for="n_given" value="first name"/>
|
||||
<textbox id="n_given" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/>
|
||||
<textbox id="n_given" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
|
||||
</row>
|
||||
<row>
|
||||
<description for="n_middle" value="middle name"/>
|
||||
<textbox id="n_middle" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/>
|
||||
<textbox id="n_middle" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
|
||||
</row>
|
||||
<row>
|
||||
<description for="n_family" value="last name"/>
|
||||
<textbox id="n_family" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/>
|
||||
<textbox id="n_family" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
|
||||
</row>
|
||||
<row>
|
||||
<description for="n_suffix" value="suffix"/>
|
||||
<textbox id="n_suffix" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/>
|
||||
<textbox id="n_suffix" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
@ -53,56 +53,46 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
|
||||
<template id="addressbook.edit.general" template="" lang="" group="0" version="1.9.003">
|
||||
<grid width="100%" height="286" class="addressbook_edit_general">
|
||||
|
||||
<!-- <image src="accounts"/> -->
|
||||
<vbox class="addressbook_edit_general_picture">
|
||||
<image src="photo" onclick="jQuery('table.uploadphoto').css('display','inline'); return false;" class="photo"/>
|
||||
<template id="addressbook.edit.upload"/>
|
||||
</vbox>
|
||||
<grid class="addressbook_edit_general">
|
||||
<columns>
|
||||
<column/>
|
||||
<column />
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row valign="top">
|
||||
<!-- <image src="accounts"/> -->
|
||||
<vbox>
|
||||
<image src="photo" onclick="jQuery('table.uploadphoto').css('display','inline'); return false;" class="photo"/>
|
||||
<template id="addressbook.edit.upload"/>
|
||||
</vbox>
|
||||
<grid>
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<description value="Name"/>
|
||||
<textbox id="n_fn" no_lang="1" onclick="jQuery('table.editname').css('display','inline'); var focElem = document.getElementById(form::name('n_prefix')); if (!(typeof(focElem) == 'undefined') && typeof(focElem.focus)=='function') document.getElementById(form::name('n_prefix')).focus();" rows="1" size="36" span="2" tabindex="-1" class="cursorHand"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<template id="addressbook.edit.name"/>
|
||||
<description/>
|
||||
<description/>
|
||||
</row>
|
||||
<row>
|
||||
<description for="title" value="Title"/>
|
||||
<textbox id="title" size="36" maxlength="64" span="2"/>
|
||||
<description/>
|
||||
</row>
|
||||
<row>
|
||||
<description for="role" value="Role"/>
|
||||
<textbox id="role" size="20" maxlength="64"/>
|
||||
<textbox label="Room" id="room" size="5"/>
|
||||
<description/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<row>
|
||||
<description value="Name"/>
|
||||
<textbox id="n_fn" no_lang="1" onclick="jQuery('table.editname').css('display','inline'); var focElem = document.getElementById(form::name('n_prefix')); if (!(typeof(focElem) == 'undefined') && typeof(focElem.focus)=='function') document.getElementById(form::name('n_prefix')).focus();" rows="1" size="36" span="3" tabindex="-1" class="cursorHand"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<template id="addressbook.edit.name"/>
|
||||
|
||||
</row>
|
||||
<row>
|
||||
<description for="title" value="Title"/>
|
||||
<textbox id="title" size="36" maxlength="64" span="2"/>
|
||||
|
||||
</row>
|
||||
<row>
|
||||
<description for="role" value="Role"/>
|
||||
<textbox id="role" size="20" maxlength="64"/>
|
||||
<textbox label="Room" id="room" size="5"/>
|
||||
|
||||
</row>
|
||||
<row>
|
||||
<!-- <image src="home"/> -->
|
||||
<description value="Organisation"/>
|
||||
<textbox id="org_name" onchange="app.addressbook.check_value(this,'$cont[id]');" size="45" maxlength="128"/>
|
||||
<textbox id="org_name" onchange="app.addressbook.check_value(this,'$cont[id]');" size="45" maxlength="128" colspan="3"/>
|
||||
</row>
|
||||
<row>
|
||||
<description for="org_unit" value="department"/>
|
||||
@ -170,6 +160,9 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
|
||||
|
||||
|
||||
<template id="addressbook.edit.cats" template="" lang="" group="0" version="1.9.002">
|
||||
<grid width="100%" height="286" overflow="auto">
|
||||
<columns>
|
||||
@ -316,6 +309,7 @@
|
||||
</grid>
|
||||
</template>
|
||||
<template id="addressbook.edit.links" template="" lang="" group="0" version="1.9.001">
|
||||
|
||||
<grid width="100%" height="286" overflow="auto">
|
||||
<columns>
|
||||
<column/>
|
||||
@ -504,6 +498,7 @@
|
||||
<htmlarea id="msg" no_lang="1" readonly="true" span="all" class="redItalic"/>
|
||||
<description/>
|
||||
</row>
|
||||
|
||||
<row class="dialog-header">
|
||||
<menulist>
|
||||
<menupopup blur="Name" class="fileas" statustext="own sorting" id="fileas_type" no_lang="1"/>
|
||||
|
@ -12,13 +12,16 @@
|
||||
/**
|
||||
* Give space to both contact view & infolog list
|
||||
*/
|
||||
.et2_container {
|
||||
height: 50%;
|
||||
}
|
||||
.et2_container:only-child,
|
||||
#addressbook-index {
|
||||
height: 100%;
|
||||
}
|
||||
#addressbook-edit {
|
||||
height: 390px;
|
||||
min-height: 390px;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] {
|
||||
min-height: 250px;
|
||||
}
|
||||
/* Give enough (static) width to edit dialog tabs, or it will auto-size and flex */
|
||||
#addressbook-edit .et2_tabbox {
|
||||
min-width: 535px;
|
||||
@ -138,6 +141,39 @@ fieldset.emailGroup {
|
||||
.image16 img {
|
||||
height: 16px;
|
||||
}
|
||||
/* #############################################################################
|
||||
// iframe
|
||||
// Rahmen + padding**/
|
||||
/*############################################
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # iframge #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
##############################################
|
||||
*/
|
||||
/**
|
||||
* Give space to both contact view & infolog list
|
||||
*/
|
||||
#addressbook-index {
|
||||
height: 100%;
|
||||
}
|
||||
#addressbook-edit {
|
||||
height: auto;
|
||||
min-height: 390px;
|
||||
}
|
||||
.et2_container[id^="infolog-index-addressbook"] {
|
||||
min-height: 250px;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_left {
|
||||
padding: 1em;
|
||||
}
|
||||
@ -263,6 +299,7 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
|
||||
content: "+";
|
||||
font-size: 1.5em;
|
||||
color: #ffc200;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
|
||||
background-color: #66a1d2 !important;
|
||||
@ -293,8 +330,31 @@ div#addressbook-index table.egwGridView_outer {
|
||||
.et2_container {
|
||||
height: auto;
|
||||
}
|
||||
/* ##################################################### */
|
||||
/* ##################################################### */
|
||||
/*###########################################
|
||||
# #
|
||||
# dialog-header #
|
||||
#############################################
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# dialog #
|
||||
# #
|
||||
# #
|
||||
#############################################
|
||||
# #
|
||||
# buttons #
|
||||
# #
|
||||
# #
|
||||
##############################################*/
|
||||
#addressbook-edit_addressbook-edit-general table.addressbook_edit_general {
|
||||
width: 80%;
|
||||
height: 286px;
|
||||
}
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/*State: Address selected*/
|
||||
/*ADD AREA*/
|
||||
#infolog-index_infolog-index-header_right .et2_box_widget {
|
||||
@ -317,6 +377,7 @@ div#addressbook-index table.egwGridView_outer {
|
||||
content: "+";
|
||||
font-size: 1.5em;
|
||||
color: #ffc200;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
#infolog-index_infolog-index-header_right .et2_box_widget:hover {
|
||||
background-color: #66a1d2 !important;
|
||||
@ -339,7 +400,65 @@ div#addressbook-index table.egwGridView_outer {
|
||||
#infolog-index_infolog-index-header_right .et2_box_widget img.et2_button {
|
||||
margin-top: -15px;
|
||||
}
|
||||
/*State: address edit*/
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/* State: address edit min*/
|
||||
/*#######################################################*/
|
||||
/* Tab Generell */
|
||||
/*Layout*/
|
||||
#addressbook-edit .et2_tabbox {
|
||||
max-width: 100%;
|
||||
min-width: 530px;
|
||||
}
|
||||
#addressbook-edit .et2_tabs {
|
||||
height: 380px;
|
||||
}
|
||||
table.et2_grid .addressbook_edit_general {
|
||||
width: 80% !important;
|
||||
}
|
||||
/*##################
|
||||
# #
|
||||
# #
|
||||
# Picture #
|
||||
# #
|
||||
# #
|
||||
##################*/
|
||||
/*Div Image*/
|
||||
div.addressbook_edit_general_picture {
|
||||
float: right;
|
||||
/*Picture*/
|
||||
}
|
||||
div.addressbook_edit_general_picture img {
|
||||
width: 180% !important;
|
||||
max-width: 100px !important;
|
||||
height: auto !important;
|
||||
margin-right: 70px;
|
||||
}
|
||||
div.addressbook_edit_general_picture img.photo {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
color: #000000;
|
||||
}
|
||||
div.addressbook_edit_general_picture img.photo:hover {
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
background-color: inherit !important;
|
||||
}
|
||||
div.addressbook_edit_general_picture table.uploadphoto {
|
||||
background-color: #f0f0f0;
|
||||
width: auto;
|
||||
border-top: solid 1px 1px;
|
||||
border-left: solid 1px 0;
|
||||
border-right: solid 1px 1px;
|
||||
border-bottom: solid 1px 1px;
|
||||
left: 243px;
|
||||
top: 189px;
|
||||
}
|
||||
/*Search*/
|
||||
div#addressbook-edit,
|
||||
div#addressbook-search {
|
||||
margin: 0;
|
||||
@ -367,17 +486,24 @@ div#addressbook-search table.et2_grid {
|
||||
width: 100%;
|
||||
border-top: 0px;
|
||||
}
|
||||
div#addressbook-edit table.et2_grid img,
|
||||
div#addressbook-search table.et2_grid img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general,
|
||||
div#addressbook-search table.addressbook_edit_general {
|
||||
border-top: 0px;
|
||||
/*POPUP*/
|
||||
/* edit Name */
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general tr td:first-child,
|
||||
div#addressbook-search table.addressbook_edit_general tr td:first-child {
|
||||
width: 100px;
|
||||
width: 20%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general tr td,
|
||||
div#addressbook-search table.addressbook_edit_general tr td {
|
||||
width: 200px;
|
||||
width: auto;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general table tr td:first-child,
|
||||
div#addressbook-search table.addressbook_edit_general table tr td:first-child {
|
||||
@ -387,81 +513,59 @@ div#addressbook-edit table.addressbook_edit_general table tr td,
|
||||
div#addressbook-search table.addressbook_edit_general table tr td {
|
||||
width: 200px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general img.photo,
|
||||
div#addressbook-search table.addressbook_edit_general img.photo {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
color: #000000;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general img.photo:hover,
|
||||
div#addressbook-search table.addressbook_edit_general img.photo:hover {
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
background-color: inherit !important;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general .uploadphoto,
|
||||
div#addressbook-search table.addressbook_edit_general .uploadphoto {
|
||||
background-color: #f0f0f0;
|
||||
width: auto;
|
||||
border-top: solid 1px #eeeeee;
|
||||
border-left: solid 1px #eeeeee;
|
||||
border-right: solid 1px #eeeeee;
|
||||
border-bottom: solid 1px #eeeeee;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_n_fn,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_n_fn {
|
||||
width: 200px;
|
||||
width: 95%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general table.editname,
|
||||
div#addressbook-search table.addressbook_edit_general table.editname {
|
||||
background-color: #f0f0f0;
|
||||
z-index: 10;
|
||||
font-size: 1.5em;
|
||||
font-size: 1em;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general table.editname tr td:first-child,
|
||||
div#addressbook-search table.addressbook_edit_general table.editname tr td:first-child {
|
||||
width: 100px !important;
|
||||
width: 40% !important;
|
||||
font-weight: bold;
|
||||
padding: 3px 0;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_title,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_title {
|
||||
width: 200px;
|
||||
width: 95%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_role,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_role {
|
||||
width: 200px;
|
||||
width: 95%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_name,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_name {
|
||||
width: 286px;
|
||||
width: 95%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_unit,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_unit {
|
||||
width: 286px;
|
||||
width: 95%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_street,
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street2,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_street2 {
|
||||
width: 286px;
|
||||
width: 95%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode {
|
||||
width: 50px;
|
||||
width: 10%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_locality,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_locality {
|
||||
width: 225px;
|
||||
width: 83%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general .chzn-container,
|
||||
div#addressbook-search table.addressbook_edit_general .chzn-container {
|
||||
width: 300px !important;
|
||||
width: 95% !important;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_region,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_region {
|
||||
width: 286px;
|
||||
width: 95%;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general select.owner,
|
||||
div#addressbook-search table.addressbook_edit_general select.owner {
|
||||
@ -549,40 +653,8 @@ div#addressbook-search fieldset.emailGroup * img {
|
||||
width: 200px !important;
|
||||
padding-top: 1em;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-home #addressbook_edit_adr_two_countrycode_chzn {
|
||||
width: 200px !important;
|
||||
padding-top: 1em;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-home #addressbook_edit_tz_chzn {
|
||||
width: 15% !important;
|
||||
padding-top: 1em;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-links .th,
|
||||
#addressbook-search_addressbook-edit-links .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-links tbody,
|
||||
#addressbook-search_addressbook-edit-links tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-distribution_list .th,
|
||||
#addressbook-search_addressbook-edit-distribution_list .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-distribution_list tbody,
|
||||
#addressbook-search_addressbook-edit-distribution_list tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-custom .th,
|
||||
#addressbook-search_addressbook-edit-custom .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-custom tbody,
|
||||
#addressbook-search_addressbook-edit-custom tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
div#addressbook-edit_addressbook-edit-cats {
|
||||
overflow: scroll;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-custom_private .th,
|
||||
#addressbook-search_addressbook-edit-custom_private .th {
|
||||
@ -593,6 +665,60 @@ div#addressbook-search fieldset.emailGroup * img {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-home #addressbook_edit_adr_two_countrycode_chzn {
|
||||
width: 200px !important;
|
||||
padding-top: 1em;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-home #addressbook_edit_tz_chzn {
|
||||
width: 15% !important;
|
||||
padding-top: 1em;
|
||||
}
|
||||
/*################## Tab 4 Details ###############################*/
|
||||
/*################## Tab 5 Verknüpfungen ###############################*/
|
||||
#addressbook-edit_addressbook-edit-links .th,
|
||||
#addressbook-search_addressbook-edit-links .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-links tbody,
|
||||
#addressbook-search_addressbook-edit-links tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
div#addressbook-edit_addressbook-edit-links {
|
||||
/*overflow-y: scroll;*/
|
||||
/*neue verknüpfung erstellen - div*/
|
||||
}
|
||||
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to {
|
||||
width: 100% !important;
|
||||
}
|
||||
div#addressbook-edit_addressbook-edit-links table#addressbook-edit_link_to {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
/*################## Tab 6 Verteilerlisten ###############################*/
|
||||
/*seems to be ok*/
|
||||
#addressbook-edit_addressbook-edit-distribution_list .th,
|
||||
#addressbook-search_addressbook-edit-distribution_list .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-distribution_list tbody,
|
||||
#addressbook-search_addressbook-edit-distribution_list tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
/*################## Tab 7 Extra ###############################*/
|
||||
/*seems to be ok*/
|
||||
#addressbook-edit_addressbook-edit-custom .th,
|
||||
#addressbook-search_addressbook-edit-custom .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-custom tbody,
|
||||
#addressbook-search_addressbook-edit-custom tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
/*################## Tab 8 Extra Privat###############################*/
|
||||
/*seems to be ok*/
|
||||
/*################## Tab 9 History ###############################*/
|
||||
#addressbook-edit_addressbook-edit-history .th {
|
||||
height: 20px;
|
||||
}
|
||||
@ -600,6 +726,14 @@ div#addressbook-search fieldset.emailGroup * img {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-history .et2_historylog div:first-child {
|
||||
height: auto !important;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-history .et2_historylog table.egwGridView_outer th.optcol span.selectcols {
|
||||
position: relative !important;
|
||||
}
|
||||
/*################################################################
|
||||
################################################################*/
|
||||
button.button_more {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
|
@ -13,8 +13,46 @@
|
||||
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
||||
@import (less) "../default/app.css";
|
||||
//**********************************
|
||||
/* #############################################################################
|
||||
// iframe
|
||||
// Rahmen + padding**/
|
||||
|
||||
/*############################################
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # iframge #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
# # #
|
||||
##############################################
|
||||
*/
|
||||
/**
|
||||
* Give space to both contact view & infolog list
|
||||
*/
|
||||
#addressbook-index {
|
||||
height: 100%;
|
||||
}
|
||||
#addressbook-edit {
|
||||
height: auto;
|
||||
min-height: 390px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.et2_container[id^="infolog-index-addressbook"] {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
|
||||
div#addressbook-index{
|
||||
// min-height: 700px;
|
||||
@ -83,9 +121,6 @@ div#addressbook-index{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} // rechte Box
|
||||
|
||||
|
||||
@ -160,17 +195,54 @@ div#addressbook-index{
|
||||
}
|
||||
|
||||
|
||||
/* ##################################################### */
|
||||
// #############################################################################
|
||||
// Dialog addressbook
|
||||
|
||||
/*###########################################
|
||||
# #
|
||||
# dialog-header #
|
||||
#############################################
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# dialog #
|
||||
# #
|
||||
# #
|
||||
#############################################
|
||||
# #
|
||||
# buttons #
|
||||
# #
|
||||
# #
|
||||
##############################################*/
|
||||
|
||||
|
||||
// Dialog Addressbuch bearbeiten und alle weiteren
|
||||
|
||||
#addressbook-edit_addressbook-edit-general {
|
||||
|
||||
|
||||
|
||||
table.addressbook_edit_general {
|
||||
width:80%;
|
||||
height:286px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* ##################################################### */
|
||||
|
||||
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/*State: Address selected*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*ADD AREA*/
|
||||
#infolog-index_infolog-index-header_right{
|
||||
|
||||
@ -189,10 +261,64 @@ div#addressbook-index{
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*State: address edit*/
|
||||
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/* State: address edit min*/
|
||||
|
||||
|
||||
|
||||
/*#######################################################*/
|
||||
/* Tab Generell */
|
||||
|
||||
/*Layout*/
|
||||
|
||||
#addressbook-edit .et2_tabbox {max-width: 100%; min-width: 530px;}
|
||||
|
||||
#addressbook-edit .et2_tabs {height: 380px;}
|
||||
|
||||
table.et2_grid .addressbook_edit_general {width: 80% !important;}
|
||||
|
||||
|
||||
/*##################
|
||||
# #
|
||||
# #
|
||||
# Picture #
|
||||
# #
|
||||
# #
|
||||
##################*/
|
||||
/*Div Image*/
|
||||
div.addressbook_edit_general_picture {
|
||||
float: right;
|
||||
|
||||
|
||||
img {width: 180% !important; max-width: 100px !important; height: auto !important; margin-right: 70px; }
|
||||
|
||||
/*Picture*/
|
||||
|
||||
// Photo
|
||||
img.photo {
|
||||
.Complete_Button_normal;
|
||||
&:hover {.Complete_Button_hover;}
|
||||
}
|
||||
|
||||
// Photo Upload - POPUP
|
||||
|
||||
table.uploadphoto {
|
||||
.background-color-10-gray;
|
||||
width: auto;
|
||||
.bordered(1px, 1px, 1px, 0);
|
||||
left: 243px;
|
||||
top: 189px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*Search*/
|
||||
div#addressbook-edit,
|
||||
div#addressbook-search{
|
||||
|
||||
@ -212,74 +338,65 @@ div#addressbook-search{
|
||||
top: 5%;
|
||||
.box_shadow_standard_light;
|
||||
}
|
||||
table.et2_grid{
|
||||
|
||||
table.et2_grid{
|
||||
width: 100%;
|
||||
border-top: 0px;
|
||||
|
||||
img {width: 16px; height: 16px;}
|
||||
|
||||
}
|
||||
|
||||
|
||||
table.addressbook_edit_general{
|
||||
// background: red;
|
||||
|
||||
border-top: 0px;
|
||||
|
||||
tr td:first-child {width: 100px;}
|
||||
tr td {width: 200px;}
|
||||
tr td:first-child {width: 20%;}
|
||||
tr td {width: auto;}
|
||||
|
||||
table tr td:first-child {width: 60px;}
|
||||
table tr td {width: 200px;}
|
||||
|
||||
// Photo
|
||||
img.photo {
|
||||
.Complete_Button_normal;
|
||||
&:hover {.Complete_Button_hover;}
|
||||
}
|
||||
|
||||
// Photo Upload
|
||||
|
||||
.uploadphoto {
|
||||
.background-color-10-gray;
|
||||
width: auto;
|
||||
.bordered();
|
||||
|
||||
}
|
||||
|
||||
|
||||
//Name
|
||||
input#addressbook-edit_n_fn {width: 200px;}
|
||||
input#addressbook-edit_n_fn {width: 95%;}
|
||||
|
||||
// Name bearbeiten
|
||||
|
||||
/*POPUP*/
|
||||
/* edit Name */
|
||||
table.editname {
|
||||
.background-color-10-gray;
|
||||
// position: relative;
|
||||
// top: -20px;
|
||||
z-index: 10;
|
||||
font-size: 1.5em;
|
||||
font-size: 1em;
|
||||
|
||||
tr td:first-child {width: 100px !important;}
|
||||
tr td:first-child {width: 40% !important;font-weight: bold; padding: 3px 0;}
|
||||
}
|
||||
|
||||
|
||||
//Titel
|
||||
input#addressbook-edit_title {width: 200px;}
|
||||
input#addressbook-edit_title {width: 95%;}
|
||||
//Role
|
||||
input#addressbook-edit_role {width: 200px;}
|
||||
input#addressbook-edit_role {width: 95%;}
|
||||
|
||||
//Organisation
|
||||
input#addressbook-edit_org_name {width: 286px;}
|
||||
input#addressbook-edit_org_name {width: 95%;}
|
||||
//unit
|
||||
input#addressbook-edit_org_unit {width: 286px;}
|
||||
input#addressbook-edit_org_unit {width: 95%;}
|
||||
// Street
|
||||
input#addressbook-edit_adr_one_street,
|
||||
input#addressbook-edit_adr_one_street2 {width: 286px;}
|
||||
input#addressbook-edit_adr_one_street2 {width: 95%;}
|
||||
|
||||
// PLZ + Ort
|
||||
input#addressbook-edit_adr_one_postalcode {width: 50px;}
|
||||
input#addressbook-edit_adr_one_locality {width: 225px;}
|
||||
input#addressbook-edit_adr_one_postalcode {width: 10%;}
|
||||
input#addressbook-edit_adr_one_locality {width: 83%;}
|
||||
|
||||
// Choosen Adresse
|
||||
.chzn-container { width: 300px !important;}
|
||||
.chzn-container { width: 95% !important;}
|
||||
|
||||
//region
|
||||
input#addressbook-edit_adr_one_region {width: 286px;}
|
||||
input#addressbook-edit_adr_one_region {width: 95%;}
|
||||
|
||||
|
||||
//Owner
|
||||
@ -367,6 +484,10 @@ div#addressbook-search{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ################### Tab 2 / Kategorien ########################
|
||||
//
|
||||
// addressbook-edit_addressbook.edit.cats
|
||||
@ -374,7 +495,19 @@ div#addressbook-search{
|
||||
|
||||
//div#addressbook-edit_addressbook~\.edit~\.cats {background-color: red;}
|
||||
|
||||
div#addressbook-edit_addressbook-edit-cats {overflow: scroll;}
|
||||
|
||||
// ################## Tab 3 / Privat #############################
|
||||
// Privat
|
||||
|
||||
#addressbook-edit_addressbook-edit-custom_private,
|
||||
#addressbook-search_addressbook-edit-custom_private{
|
||||
.th{ height: 20px;}
|
||||
tbody{
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
#addressbook-edit_addressbook-edit-home{
|
||||
|
||||
@ -396,6 +529,11 @@ div#addressbook-search{
|
||||
}
|
||||
|
||||
}
|
||||
/*################## Tab 4 Details ###############################*/
|
||||
|
||||
|
||||
|
||||
/*################## Tab 5 Verknüpfungen ###############################*/
|
||||
// Verknüpfungen
|
||||
|
||||
#addressbook-edit_addressbook-edit-links,
|
||||
@ -406,7 +544,20 @@ div#addressbook-search{
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
div#addressbook-edit_addressbook-edit-links {
|
||||
/*overflow-y: scroll;*/
|
||||
|
||||
/*neue verknüpfung erstellen - div*/
|
||||
div#addressbook-edit_link_to {width: 100% !important;}
|
||||
|
||||
table#addressbook-edit_link_to {overflow-y: scroll;}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*################## Tab 6 Verteilerlisten ###############################*/
|
||||
|
||||
/*seems to be ok*/
|
||||
// Verteilerliste
|
||||
|
||||
#addressbook-edit_addressbook-edit-distribution_list,
|
||||
@ -417,9 +568,9 @@ div#addressbook-search{
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
/*################## Tab 7 Extra ###############################*/
|
||||
/*seems to be ok*/
|
||||
// Extra
|
||||
|
||||
#addressbook-edit_addressbook-edit-custom,
|
||||
#addressbook-search_addressbook-edit-custom{
|
||||
.th{ height: 20px;}
|
||||
@ -428,19 +579,10 @@ div#addressbook-search{
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
// Privat
|
||||
|
||||
#addressbook-edit_addressbook-edit-custom_private,
|
||||
#addressbook-search_addressbook-edit-custom_private{
|
||||
.th{ height: 20px;}
|
||||
tbody{
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
// History
|
||||
/*################## Tab 8 Extra Privat###############################*/
|
||||
/*seems to be ok*/
|
||||
/*################## Tab 9 History ###############################*/
|
||||
// History
|
||||
|
||||
#addressbook-edit_addressbook-edit-history{
|
||||
.th{ height: 20px;}
|
||||
@ -450,14 +592,59 @@ div#addressbook-search{
|
||||
}
|
||||
}
|
||||
|
||||
#addressbook-edit_addressbook-edit-history{
|
||||
|
||||
.et2_historylog{
|
||||
|
||||
div:first-child {height: auto !important;}
|
||||
|
||||
table.egwGridView_outer {
|
||||
|
||||
th.optcol {
|
||||
|
||||
span.selectcols {position: relative !important;}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*################################################################
|
||||
################################################################*/
|
||||
|
||||
|
||||
|
||||
// ################## Tab 4 Details ###############################
|
||||
// mehr...Phonebuch
|
||||
|
||||
button.button_more {
|
||||
.Complete_Button_text_icon_before;
|
||||
background-image:url('../images/bearbeiten.png');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// #####################################################
|
||||
// Adresse editieren
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -155,12 +155,12 @@
|
||||
<template id="infolog.edit" template="" lang="" group="0" version="1.9.101">
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column width="103"/>
|
||||
<column width="100"/>
|
||||
<column/>
|
||||
<column width="60"/>
|
||||
<column width="90"/>
|
||||
<column/>
|
||||
<column width="10%"/>
|
||||
<column width="40%"/>
|
||||
<column width="1%"/>
|
||||
<column width="5%"/>
|
||||
<column width="10%"/>
|
||||
<column width="34%"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row disabled="!@msg">
|
||||
@ -172,13 +172,13 @@
|
||||
<description/>
|
||||
</row>
|
||||
<row height="28" class="dialog-header">
|
||||
<description value="Type" for="info_type"/>
|
||||
<hbox options="0,0">
|
||||
<description value="Type" for="info_type" vertical-align="center"/>
|
||||
<hbox options="0,0" span="4">
|
||||
<menulist>
|
||||
<menupopup statustext="Type of the log-entry: Note, Phonecall or ToDo" id="info_type" no_lang="1" onchange="1"/>
|
||||
</menulist>
|
||||
</hbox>
|
||||
<textbox type="integer" id="info_number" readonly="true" span="4" class="infolog_infoId"/>
|
||||
<textbox type="integer" id="info_number" readonly="true" span="2" class="infolog_infoId"/>
|
||||
</row>
|
||||
<row class="row dialog-header" valign="top">
|
||||
<description value="Contact" for="info_from"/>
|
||||
@ -190,7 +190,7 @@
|
||||
</vbox>
|
||||
<checkbox statustext="Check to specify custom contact" id="info_custom_from" onchange="document.getElementById(form::name('info_from')).style.display=this.checked?'block':'none';"/>
|
||||
<description value="Phone/Email" for="info_addr"/>
|
||||
<textbox statustext="Custom contact-address, leave empty to use information from most recent link" id="info_addr" size="30" maxlength="255" class="inputFullWidth"/>
|
||||
<textbox statustext="Custom contact-address, leave empty to use information from most recent link" id="info_addr" size="30" maxlength="255" class="_inputFullWidth"/>
|
||||
</row>
|
||||
<row class="row dialog-header">
|
||||
<description value="Category" for="info_cat"/>
|
||||
|
@ -215,7 +215,7 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
||||
}
|
||||
/*###########################################
|
||||
# #
|
||||
# #
|
||||
# dialog-header #
|
||||
#############################################
|
||||
# #
|
||||
# #
|
||||
@ -248,4 +248,10 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
||||
.infolog_fixedHeight {
|
||||
height: auto;
|
||||
}
|
||||
.searchParent input.ui-autocomplete-input {
|
||||
width: 95% !important;
|
||||
}
|
||||
input#infolog-edit_info_subject {
|
||||
width: 98% !important;
|
||||
}
|
||||
/**/
|
||||
|
@ -229,7 +229,7 @@ span#favorite_sidebox_infolog{
|
||||
|
||||
/*###########################################
|
||||
# #
|
||||
# #
|
||||
# dialog-header #
|
||||
#############################################
|
||||
# #
|
||||
# #
|
||||
@ -272,29 +272,42 @@ height: auto;
|
||||
}
|
||||
|
||||
//TYP
|
||||
|
||||
select#infolog-edit_info_type {}
|
||||
// Nummer hinter Typ
|
||||
|
||||
// Nummer hinter Typ
|
||||
span#infolog-edit_info_number{}
|
||||
|
||||
//Kontakt
|
||||
|
||||
label.et2_label {}
|
||||
|
||||
// Eingabe via Select + Input
|
||||
|
||||
div.et2_box_widget {}
|
||||
|
||||
//
|
||||
|
||||
input.infolog-edit_info_custom_from {}
|
||||
|
||||
|
||||
// Phone + Email
|
||||
|
||||
td.inputFullWidth{
|
||||
input#infolog-edit_info_addr{}
|
||||
}
|
||||
|
||||
|
||||
// Kategorie
|
||||
|
||||
|
||||
// Eltereintrag
|
||||
.searchParent {
|
||||
|
||||
input.ui-autocomplete-input {width: 95% !important;}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Titel
|
||||
input#infolog-edit_info_subject {width: 98% !important;}
|
||||
|
||||
|
||||
|
||||
|
||||
/**/// Ende der APP INfolo
|
@ -54,6 +54,9 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersDate
|
||||
div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
|
||||
width: 100%;
|
||||
}
|
||||
.egw_fw_ui_category_content {
|
||||
/*new mail in FOlder*/
|
||||
}
|
||||
.egw_fw_ui_category_content #mail-index_buttonmailcreate {
|
||||
margin-left: 0px;
|
||||
}
|
||||
@ -108,6 +111,9 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
.egw_fw_ui_category_content .dtree {
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
|
||||
}
|
||||
.egw_fw_ui_category_content span.standartTreeRow b {
|
||||
color: #0c5da5;
|
||||
}
|
||||
/*###########################################
|
||||
# #
|
||||
# #
|
||||
|
@ -232,6 +232,12 @@ div#mail-index{
|
||||
.dtree {
|
||||
.basefontfamily;
|
||||
}
|
||||
|
||||
|
||||
/*new mail in FOlder*/
|
||||
span.standartTreeRow b {color: @egw_color_2_a;}
|
||||
|
||||
|
||||
|
||||
} // Ende Sidebox
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user