~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to plugins/delete_move_next/setup.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-07-04 14:49:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060704144923-w5l1xdbivclpkmda
Tags: 2:1.4.7-1
* New upstream bugfix release.
  + Addresses some low-impact, theoretical or disputed security bugs,
    for which the code is tightened just-in-case:
    - Possible local file inclusion (Closes: #373731, CVE-2006-2842)
    - XSS in search.php (Closes: #375782, CVE-2006-3174)
  + Adds note to db-backend.txt about postgreSQL (Closes: #376605).

* Checked for standards version to 3.7.2, no changes necessary.
* Update maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 * Copyright (c) 1999-2006 The SquirrelMail Project Team
11
11
 * Licensed under the GNU GPL. For full terms see the file COPYING.
12
12
 *
13
 
 * $Id: setup.php,v 1.23.2.10 2006/02/03 22:27:52 jervfors Exp $
 
13
 * $Id: setup.php,v 1.23.2.12 2006/06/08 14:59:19 kink Exp $
14
14
 * @package plugins
15
15
 * @subpackage delete_move_next
16
16
 */
179
179
        /* Base is illegal within documents 
180
180
        * $location = get_location();
181
181
        * echo "<base href=\"$location/\">" . */
182
 
        echo '<table cellspacing=0 width="100%" border=0 cellpadding=2>'.
 
182
        echo '<table cellspacing="0" width="100%" border="0" cellpadding="2">'.
183
183
             '<tr>'.
184
 
                 "<td bgcolor=\"$color[9]\" width=\"100%\" align=center><small>";
 
184
                 "<td bgcolor=\"$color[9]\" width=\"100%\" align=\"center\"><small>";
185
185
 
186
186
        if ($prev > 0){
187
 
            echo "<a href=\"read_body.php?passed_id=$prev_if_del&amp;mailbox=$urlMailbox&amp;sort=$sort&amp;startMessage=$startMessage&amp;show_more=0&amp;delete_id=$passed_id\">" . _("Delete & Prev") . "</a>" . "&nbsp;|&nbsp;\n";
 
187
            echo "<a href=\"read_body.php?passed_id=$prev_if_del&amp;mailbox=$urlMailbox&amp;sort=$sort&amp;startMessage=$startMessage&amp;show_more=0&amp;delete_id=$passed_id\">" . _("Delete &amp; Prev") . "</a>" . "&nbsp;|&nbsp;\n";
188
188
        }
189
189
        else {
190
 
            echo _("Delete & Prev") . "&nbsp;|&nbsp;";
 
190
            echo _("Delete &amp; Prev") . "&nbsp;|&nbsp;";
191
191
        }
192
192
        if ($next > 0){
193
 
            echo "<a href=\"read_body.php?passed_id=$next_if_del&amp;mailbox=$urlMailbox&amp;sort=$sort&amp;startMessage=$startMessage&amp;show_more=0&amp;delete_id=$passed_id\">" . _("Delete & Next") . "</a>\n";
 
193
            echo "<a href=\"read_body.php?passed_id=$next_if_del&amp;mailbox=$urlMailbox&amp;sort=$sort&amp;startMessage=$startMessage&amp;show_more=0&amp;delete_id=$passed_id\">" . _("Delete &amp; Next") . "</a>\n";
194
194
        } else {
195
 
            echo _("Delete & Next");
 
195
            echo _("Delete &amp; Next");
196
196
        }
197
197
        echo '</small></td></tr>';
198
198
 
383
383
 
384
384
}
385
385
 
386
 
?>
 
 
b'\\ No newline at end of file'
 
386
?>