Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/developers/addon_edit_descriptions.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/developers/addon_edit_descriptions.thtml')
-rw-r--r--site/app/views/developers/addon_edit_descriptions.thtml11
1 files changed, 5 insertions, 6 deletions
diff --git a/site/app/views/developers/addon_edit_descriptions.thtml b/site/app/views/developers/addon_edit_descriptions.thtml
index 2dcbd2e..69ad01d 100644
--- a/site/app/views/developers/addon_edit_descriptions.thtml
+++ b/site/app/views/developers/addon_edit_descriptions.thtml
@@ -21,7 +21,6 @@
*
* Contributor(s):
* Justin Scott <fligtar@mozilla.com> (Original Author)
- * Frederic Wenzel <fwenzel@mozilla.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -69,7 +68,7 @@
);
// Summary
- echo $this->renderElement('translationbox', array(
+ echo $this->renderElement('developers/translationbox', array(
'field' => 'summary',
'translations' => $translations['summary'],
'height' => '60',
@@ -79,7 +78,7 @@
));
// Description
- echo $this->renderElement('translationbox', array(
+ echo $this->renderElement('developers/translationbox', array(
'field' => 'description',
'translations' => $translations['description'],
'displayName' => ___('devcp_edit_descriptions_transbox_description_name'),
@@ -87,7 +86,7 @@
));
// Developer Comments
- echo $this->renderElement('translationbox', array(
+ echo $this->renderElement('developers/translationbox', array(
'field' => 'developercomments',
'translations' => $translations['developercomments'],
'displayName' => ___('devcp_edit_descriptions_transbox_comments_name'),
@@ -95,7 +94,7 @@
));
// EULA
- echo $this->renderElement('translationbox', array(
+ echo $this->renderElement('developers/translationbox', array(
'field' => 'eula',
'translations' => $translations['eula'],
'height' => '200',
@@ -104,7 +103,7 @@
));
// Privacy Policy
- echo $this->renderElement('translationbox', array(
+ echo $this->renderElement('developers/translationbox', array(
'field' => 'privacypolicy',
'translations' => $translations['privacypolicy'],
'height' => '200',