Skip to content
This repository was archived by the owner on Nov 12, 2017. It is now read-only.

Commit c906d93

Browse files
committed
clean up setup screen a bit
1 parent f7b0b71 commit c906d93

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

sieverules.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ function init_setup()
331331
'sieverulessetup' => array($this, 'gen_setup'),
332332
));
333333

334-
$this->api->output->set_pagetitle($this->gettext('filters'));
334+
$this->api->output->set_pagetitle($this->gettext('importfilters'));
335335
$this->api->output->send('sieverules.setupsieverules');
336336
}
337337

@@ -626,7 +626,6 @@ function gen_setup()
626626
$out .= "  " . $this->api->output->button(array('command' => 'plugin.sieverules.import', 'prop' => '_import=_none_', 'type' => 'input', 'class' => 'button', 'label' => 'cancel'));
627627

628628
$out = html::tag('p', array('style' => 'text-align: center; padding: 10px;'), "\n" . $out);
629-
$out = html::tag('div', array('id' => 'prefs-title', 'class' => 'boxtitle'), rcmail::Q($this->gettext('importfilters'))) . $out;
630629

631630
return $out;
632631
}

skins/classic/templates/setupsieverules.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<script type="text/javascript" src="/functions.js"></script>
1414
</head>
1515
<body onload="parent.rcmail.sieverules_disable_ruleset_options();" class="iframe">
16+
<div id="prefs-title" class="boxtitle"><roundcube:object name="steptitle" /></div>
1617
<roundcube:object name="sieverulessetup" />
1718
</body>
1819
</html>

skins/larry/templates/setupsieverules.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ <h1 class="boxtitle"><roundcube:object name="steptitle" /></h1>
1919
<roundcube:object name="sieverulessetup" class="propform" />
2020
</div>
2121

22-
</div>
23-
2422
<roundcube:include file="/includes/footer.html" />
2523

2624
</body>

0 commit comments

Comments
 (0)