Author: hnategh
New Revision: 55691
URL: http://svn.stylite.de/viewvc/egroupware?rev=55691&view=rev
Log:
Fix styling in addressbook edit dialog
Modified:
trunk/addressbook/templates/default/app.css
trunk/addressbook/templates/default/edit.xet
trunk/addressbook/templates/pixelegg/app.css
— trunk/addressbook/templates/default/app.css (original)
+++ trunk/addressbook/templates/default/app.css Fri Apr 8 18:07:15 2016
@@ -91,15 +91,12 @@
top: 0;
padding-top: 0;
}
-#addressbook-edit_room {
- margin-left: 7px;
-}
#addressbook-edit_adr_one_locality,#addressbook-edit_adr_two_locality {
- margin-left:11px;
#addressbook-edit_role {
- margin-right: 5px;
}
.addressbookHooked .egwGridView_grid label>span.et2_link {
display: none;
— trunk/addressbook/templates/default/edit.xet (original)
+++ trunk/addressbook/templates/default/edit.xet Fri Apr 8 18:07:15 2016
@@ -57,19 +57,19 @@
-
<column width="82"/>
-
<column width="300"/>
-
<column width="28"/>
-
<column width="85"/>
-
<column width="300"/>
-
<column/>
@@ -90,8 +90,8 @@
-
<textbox statustext="ZIP Code" id="adr_one_postalcode" width="40" maxlength="64" autocomplete="postal-code"/>
-
<textbox statustext="City" id="adr_one_locality" maxlength="64" width="242" autocomplete="address-level2"/>
-
<textbox statustext="ZIP Code" id="adr_one_postalcode" width="24%" maxlength="64" autocomplete="postal-code"/>
-
<textbox statustext="City" id="adr_one_locality" maxlength="64" width="70%" autocomplete="address-level2"/>
</hbox>
<description/>
</row>
@@ -165,18 +165,21 @@
-
<column disabled="!@cat_tab=Tree" width="312"/>
-
<column disabled="@cat_tab=Tree" width="312"/>
-
<column width="50"/>
-
<column width="312"/>
-
<column width="50"/>
</columns>
<rows>
<row valign="top">
<tree-cat id="cat_id_tree" options="13,,width:99%"/>
<taglist-cat id="cat_id" tags="true" empty_label="Category" width="100%" height="195"/>
-
<description/>
<grid width="100%">
<columns>
-
<column width="80"/>
-
<column/>
@@ -197,6 +200,7 @@
@@ -204,12 +208,12 @@
-
<column width="82"/>
-
<column width="300"/>
-
<column width="28"/>
-
<column width="85"/>
-
<column width="300"/>
-
<column/>
@@ -234,8 +238,8 @@
-
<textbox statustext="ZIP Code" id="adr_two_postalcode" width="40" maxlength="64" autocomplete="section-two postal-code" />
-
<textbox statustext="City" id="adr_two_locality" maxlength="64" width="242" autocomplete="section-two address-level2" />
-
<textbox statustext="ZIP Code" id="adr_two_postalcode" width="24%" maxlength="64" autocomplete="section-two postal-code" />
-
<textbox statustext="City" id="adr_two_locality" maxlength="64" width="70%" autocomplete="section-two address-level2" />
</hbox>
<description/>
</row>
@@ -347,37 +351,36 @@
-
<column width="90"/>
-
<column width="90"/>
-
<column width="210"/>
-
<column width="60"/>
-
<column width="90"/>
-
<column width="300"/>
-
<column/>
-
<hbox disabled="@hidebuttons" class="addressbook_edit_general_picture" rowSpan="3">
-
<image src="photo" onclick="jQuery('table.uploadphoto').css('display','inline'); return false;" class="photo"/>
-
<template id="addressbook.edit.upload"/>
-
</hbox>
-
<textbox id="n_fn" blur="Name" no_lang="1" span="2" tabindex="-1" class="cursorHand et2_fullWidth" 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();" autocomplete="name" />
-
<box align="center">
-
<hbox disabled="@hidebuttons" class="avatar">
-
<image src="photo" onclick="jQuery('table.uploadphoto').css('display','inline'); return false;" class="photo"/>
-
<template id="addressbook.edit.upload"/>
-
</hbox>
-
</box>
-
<textbox id="n_fn" blur="Name" no_lang="1" tabindex="-1" class="cursorHand et2_fullWidth" 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();" autocomplete="name"/>
<description/>
<description for="org_name" value="Organisation"/>
<textbox id="org_name" onchange="app.addressbook.check_value(widget,'$cont[id]');" maxlength="128" class="et2_fullWidth" autocomplete="organization" />
<appicon/>
</row>
<row class="dialogHeader2">
-
<url-phone id="tel_work" class="telNumbers et2_fullWidth" autocomplete="work tel"/>
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_work,&hearts;"/>
<description for="org_unit" value="department"/>
<textbox id="org_unit" onchange="app.addressbook.check_value(widget,'$cont[id]');" class="et2_fullWidth" maxlength="64"/>
<description/>
</row>
<row class="dialogHeader3">
@@ -386,9 +389,8 @@
-
<description/>
<description for="email" value="email"/>
-
<url-email id="email" onchange="app.addressbook.check_value(widget,'$cont[id]');" class="et2_fullWidth" autocomplete="work email" />
@@ -420,18 +422,19 @@
@@ -439,12 +442,13 @@
-
<hbox width="100%">
<menulist>
<menupopup type="select-account" id="modifier" readonly="true"/>
</menulist>
<date-time id="modified" readonly="true" align="right"/>
</hbox>
-
<description/>
</row>
<row disabled="@hidebuttons" class="dialogFooterToolbar">
<hbox span="all" width="100%">
— trunk/addressbook/templates/pixelegg/app.css (original)
+++ trunk/addressbook/templates/pixelegg/app.css Fri Apr 8 18:07:15 2016
@@ -106,15 +106,12 @@
top: 0;
padding-top: 0;
}
-#addressbook-edit_room {
- margin-left: 7px;
-}
#addressbook-edit_adr_one_locality,
#addressbook-edit_adr_two_locality {
- margin-left: 11px;
- margin-left: 5px;
}
#addressbook-edit_role {
- margin-right: 5px;
}
.addressbookHooked .egwGridView_grid label > span.et2_link {
display: none;
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs