Whitespaces cleanup
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
/>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
<!-- Workflow actions (e.g. 'publish') -->
|
||||
<form name=""
|
||||
action=""
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
/* Fetch the reply form inside the reply div */
|
||||
var reply_form = reply_div.find("form");
|
||||
|
||||
/* Change the id of the textarea of the reply form
|
||||
/* Change the id of the textarea of the reply form
|
||||
* To avoid conflict later between textareas with same id 'form-widgets-comment-text' while implementing a seperate instance of TinyMCE
|
||||
* */
|
||||
reply_form.find('#formfield-form-widgets-comment-text').attr('id', 'formfield-form-widgets-new-textarea'+comment_id );
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# JC Brand <brand@syslab.com>, 2010.
|
||||
#
|
||||
#
|
||||
# Some tips for new translators:
|
||||
# ------------------------------
|
||||
# login: aanmeld, meld aan
|
||||
@@ -7,16 +7,16 @@
|
||||
# subscribe: inteken, teken in
|
||||
# unsubscribe: uitteken, teken uit
|
||||
# subscribers: intekenaars
|
||||
#
|
||||
#
|
||||
# Sommige mense verkies die hoflikheidsvorm "u" bo "jy/jou", en anders om.
|
||||
# Ons probeer dus maar om sover moontlik in die passiewe vorm te skryf.
|
||||
# Bv.
|
||||
# - "Attach your file" -> "Heg die lêer aan"
|
||||
# - "Afterwards you can attach your files" -> "Agterna kan lêers aangeheg
|
||||
#
|
||||
#
|
||||
# An updateable list of Afrikaans computer terms can be found here:
|
||||
# https://wiki.ubuntu.com/AfrikaansTranslators/VertalerWoordeboek
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plone.app.discussion\n"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Translation of plone.app.discussion.pot to Italian
|
||||
# Luca Fabbri <luca.fabbri@redturtle.net>, 2010
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: plone.app.discussion\n"
|
||||
|
||||
@@ -406,7 +406,7 @@ Submitting the form runs into a testbrowser notFoundException.
|
||||
We'll just catch that and check the result later.
|
||||
|
||||
>>> try:
|
||||
... form.submit()
|
||||
... form.submit()
|
||||
... except:
|
||||
... pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user