Bug 49991 - WIKI: Donation request intrusive, misplaced, wrapped
Summary: WIKI: Donation request intrusive, misplaced, wrapped
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: WWW (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL: https://wiki.documentfoundation.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 23:51 UTC by Rainer Bielefeld Retired
Modified: 2013-05-30 12:22 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Screenshot (1.93 MB, image/png)
2012-05-15 23:55 UTC, Rainer Bielefeld Retired
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Bielefeld Retired 2012-05-15 23:51:07 UTC
With my Seamonkey 2.9.1 the donation request is wrapped (currency not in the same line as amount).

Additionally it's too nearby to the contents (see screenshot: distance between "Bank" button and text "Drupal administration basics").

And BTW, IMHO that very visible request might be ok on the main page, but it's too intrusive if I see it on every page.
Comment 1 Rainer Bielefeld Retired 2012-05-15 23:55:04 UTC
Created attachment 61708 [details]
Screenshot
Comment 2 Rainer Bielefeld Retired 2012-05-15 23:56:15 UTC
@Florian:
can you please check?
Comment 3 Florian Effenberger 2012-05-16 02:01:22 UTC
I tried to change the graphics and remove the text. Is it better now?
Comment 4 Rainer Bielefeld Retired 2012-05-16 03:11:20 UTC
Distance to contents is better now.
But only Paypal icon remained?
Vertical alignment of amount and currency is different (currency higher), and currency field vertical size is too big (with FF and Seamonkey).
Comment 5 Florian Effenberger 2012-05-16 03:34:44 UTC
There's not much more I can out of the box, without adapting the extension. If someone has time, the current HTML template looks as follows:

$egSidebarDonateBoxContent = '
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <p>
        <input name="lc" value="EN" type="hidden">
        <input name="cmd" value="_donations" type="hidden">
        <input name="business" value="paypal@documentfoundation.org" type="hidden">
        <input name="return" value="http://www.documentfoundation.org" type="hidden">
        <input name="undefined_quantity" value="0" type="hidden">
        <input name="item_name" value="The Document Foundation" type="hidden">
        <input name="amount" size="4" maxlength="10" value="10" style="text-align: right;" type="text">
                <select name="currency_code">
                        <option value="EUR">EUR</option>
                        <option value="USD">USD</option>
                        <option value="GBP">GBP</option>
                        <option value="CHF">CHF</option>
                        <option value="AUD">AUD</option>
                        <option value="HKD">HKD</option>
                        <option value="CAD">CAD</option>
                        <option value="JPY">JPY</option>
                        <option value="NZD">NZD</option>
                        <option value="SGD">SGD</option>
                        <option value="SEK">SEK</option>
                        <option value="DKK">DKK</option>
                        <option value="PLN">PLN</option>
                        <option value="NOK">NOK</option>
                        <option value="HUF">HUF</option>
                        <option value="CZK">CZK</option>
                        <option value="ILS">ILS</option>
                        <option value="MXN">MXN</option>
        </select>
        <input name="charset" value="utf-8" type="hidden">
        <input name="no_shipping" value="1" type="hidden">
        <input name="image_url" value="https://www.libreoffice.org/themes/libo/images/logo.png" type="hidden">
        <input name="cancel_return" value="http://www.documentfoundation.org" type="hidden">
        <input name="no_note" value="1" type="hidden"><br><br>
        <input src="https://www.paypalobjects.com/en_US/i/logo/PayPal_mark_60x38.gif" name="submit" alt="PayPal secure payments." type="image">
        </p>
        </form>
';

Feel free to modify, then I'll incorporate the changes.
Comment 6 retired 2013-05-30 12:22:35 UTC
Closing this as solved. I wasn't able to reproduce this problem on the wiki.

@Rainer should this be still happening, please add a link to the wiki-page this is happening on.

Also now, there's this dedicated donation page http://donate.libreoffice.org/ at the top right of every wiki top menu banner. So not sure if the left side bar should be cluttered with donation info if a dedicated page exists.