mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 08:49:00 +01:00
Added CSS class "iphoto" to photo in address list and give it a width:
60px; to scale bigger images down.
This commit is contained in:
parent
e5c802a3a6
commit
35a0323027
File diff suppressed because one or more lines are too long
@ -10,8 +10,10 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.photo img {
|
.photo img, .iphoto img {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
}
|
||||||
|
.photo img {
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
.uploadphoto{
|
.uploadphoto{
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
</hbox>
|
</hbox>
|
||||||
<styles>.rightPadAdd { width: 30px; }</styles>
|
<styles>.rightPadAdd { width: 30px; }</styles>
|
||||||
</template>
|
</template>
|
||||||
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.7.001">
|
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.7.002">
|
||||||
<grid>
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -114,7 +114,7 @@
|
|||||||
<menulist>
|
<menulist>
|
||||||
<menupopup type="select-cat" options="1" id="${row}[cat_id]" readonly="true"/>
|
<menupopup type="select-cat" options="1" id="${row}[cat_id]" readonly="true"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
<image src="${row}[photo]"/>
|
<image src="${row}[photo]" class="iphoto"/>
|
||||||
<date id="${row}[bday]" readonly="true" options="Y-m-d"/>
|
<date id="${row}[bday]" readonly="true" options="Y-m-d"/>
|
||||||
<vbox options="0,0">
|
<vbox options="0,0">
|
||||||
<description id="${row}[adr_one_countryname]" no_lang="1"/>
|
<description id="${row}[adr_one_countryname]" no_lang="1"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user