Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-12-16 17:59:58 +0300
committerAleksander Machniak <alec@alec.pl>2016-12-16 18:02:20 +0300
commita487055c5a517eaeae64e18fa35d5e57f31bcb1a (patch)
tree69c188840dd022793f3ae55acd6eafd756f45cc0 /skins
parent692cb9c63b9223ee20a32b19e970106ce8a852a4 (diff)
Add possibility to attach contact vCard to composed message (#4997)
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/common.css5
-rw-r--r--skins/classic/mail.css1
-rw-r--r--skins/classic/templates/compose.html21
-rw-r--r--skins/larry/images/buttons.pngbin15161 -> 15893 bytes
-rw-r--r--skins/larry/templates/compose.html2
5 files changed, 19 insertions, 10 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css
index 01ed26845..5aa7258c1 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -710,6 +710,11 @@ table.records-table tr.selected td
background-color: #CC3333;
}
+table.records-table tr.selected td a
+{
+ color: #FFFFFF;
+}
+
table.records-table tr.focused td
{
}
diff --git a/skins/classic/mail.css b/skins/classic/mail.css
index d275c054a..a45545434 100644
--- a/skins/classic/mail.css
+++ b/skins/classic/mail.css
@@ -1707,6 +1707,7 @@ input.from_address
position: absolute;
margin-right: 5px;
right: 0;
+ top: 0;
}
#abookactions
diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html
index ab64e739d..97b39c498 100644
--- a/skins/classic/templates/compose.html
+++ b/skins/classic/templates/compose.html
@@ -49,7 +49,16 @@
<div id="mainscreen">
<div id="compose-contacts">
-<div class="boxtitle"><roundcube:label name="contacts" /></div>
+<div class="boxtitle">
+ <roundcube:label name="contacts" />
+ <div id="abookcountbar" class="pagenav">
+ <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
+ <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
+ <span style="float:left">&nbsp;</span>
+ <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
+ <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
+ </div>
+</div>
<div class="boxlistcontent">
<div class="searchbox">
<img id="searchmenulink" src="/images/icons/glass.png" width="16" height="16" />
@@ -60,17 +69,11 @@
<roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" noheader="true" />
</div>
<div class="boxfooter">
- <div id="abookactions" class="pagenav">
+ <div id="abookactions">
<roundcube:button command="add-recipient" prop="to" type="link" title="to" class="button disabled" classAct="button" content="To &amp;raquo;" />
<roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="button disabled" classAct="button" content="Cc &amp;raquo;" />
<roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="button disabled" classAct="button" content="Bcc &amp;raquo;" />
- </div>
- <div id="abookcountbar" class="pagenav">
- <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
- <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
- <span style="float:left">&nbsp;</span>
- <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
- <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
+ <roundcube:container name="compose-contacts-toolbar" id="compose-contacts-toolbar" />
</div>
</div>
</div>
diff --git a/skins/larry/images/buttons.png b/skins/larry/images/buttons.png
index fb957ea04..b7528cacf 100644
--- a/skins/larry/images/buttons.png
+++ b/skins/larry/images/buttons.png
Binary files differ
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html
index b4c743737..3dcc48c04 100644
--- a/skins/larry/templates/compose.html
+++ b/skins/larry/templates/compose.html
@@ -58,7 +58,7 @@
<roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" role="listbox" />
</div>
<div class="boxfooter">
- <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" />
+ <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" /><roundcube:container name="compose-contacts-toolbar" id="compose-contacts-toolbar" />
</div>
<div class="boxpagenav">
<roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" label="first" />