thomascube
2008-12-06 3dc19d5fc8e13612d0f8cd85df391d7f2e232d06
Move search filter drop-down closed to search box

5 files modified
38 ■■■■ changed files
program/localization/de_CH/labels.inc 5 ●●●●● patch | view | raw | blame | history
program/localization/de_DE/labels.inc 5 ●●●●● patch | view | raw | blame | history
program/localization/en_US/labels.inc 1 ●●●● patch | view | raw | blame | history
skins/default/mail.css 20 ●●●● patch | view | raw | blame | history
skins/default/templates/mail.html 7 ●●●● patch | view | raw | blame | history
program/localization/de_CH/labels.inc
@@ -121,8 +121,9 @@
$labels['all'] = 'Alle';
$labels['none'] = 'Keine';
$labels['unread'] = 'Ungelesene';
$labels['flagged'] = 'Markiert';
$labels['unanswered'] = 'Unbeantwortet';
$labels['flagged'] = 'Markierte';
$labels['unanswered'] = 'Unbeantwortete';
$labels['filter'] = 'Filter';
$labels['compact'] = 'Packen';
$labels['empty'] = 'Leeren';
$labels['purge'] = 'Aufräumen';
program/localization/de_DE/labels.inc
@@ -120,8 +120,9 @@
$labels['all'] = 'Alle';
$labels['none'] = 'Keine';
$labels['unread'] = 'Ungelesene';
$labels['flagged'] = 'Markiert';
$labels['unanswered'] = 'Unbeantwortet';
$labels['flagged'] = 'Markierte';
$labels['unanswered'] = 'Unbeantwortete';
$labels['filter'] = 'Filter';
$labels['compact'] = 'Packen';
$labels['empty'] = 'Leeren';
$labels['purge'] = 'Bereinigen';
program/localization/en_US/labels.inc
@@ -149,6 +149,7 @@
$labels['unread'] = 'Unread';
$labels['flagged'] = 'Flagged';
$labels['unanswered'] = 'Unanswered';
$labels['filter'] = 'Filter';
$labels['compact'] = 'Compact';
$labels['empty'] = 'Empty';
skins/default/mail.css
@@ -24,12 +24,6 @@
  color: #333333;
}
#messagetoolbar select.searchfilter
{
  position: relative;
  bottom: 10px;
}
#messagetoolbar select.mboxlist
{
  position: absolute;
@@ -91,6 +85,20 @@
  background-color: #ddd;
}
#searchfilter
{
  position: absolute;
  right: 18px;
  bottom: 7px;
  width: 240px;
  text-align: right;
}
#searchfilter label
{
  font-size: 11px;
}
#listcontrols a,
#listcontrols a:active,
#listcontrols a:visited,
skins/default/templates/mail.html
@@ -119,7 +119,6 @@
<roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" />
<roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" />
<roundcube:button command="print" imageSel="/images/buttons/print_sel.png" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" />
<roundcube:object name="searchfilter" id="searchfilter" class="searchfilter" />
<div id="markmessagemenu">
  <ul class="toolbarmenu">
@@ -129,6 +128,12 @@
    <li><roundcube:button command="mark" prop="unflagged" label="markunflagged" classAct="active" /></li>
  </ul>
</div>
<div id="searchfilter">
  <label for="rcmcomposepriority"><roundcube:label name="filter" />:
  <roundcube:object name="searchfilter" class="searchfilter" />
  </label>
</div>
</div>
<div id="quicksearchbar">