Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/developers/addon_edit_properties.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/developers/addon_edit_properties.thtml')
-rw-r--r--site/app/views/developers/addon_edit_properties.thtml9
1 files changed, 4 insertions, 5 deletions
diff --git a/site/app/views/developers/addon_edit_properties.thtml b/site/app/views/developers/addon_edit_properties.thtml
index 200a782..0d62a3c 100644
--- a/site/app/views/developers/addon_edit_properties.thtml
+++ b/site/app/views/developers/addon_edit_properties.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
@@ -71,7 +70,7 @@
);
// Name
- echo $this->renderElement('translationbox', array(
+ echo $this->renderElement('developers/translationbox', array(
'field' => 'name',
'translations' => $translations['name'],
'type' => 'textbox',
@@ -128,7 +127,7 @@
<?php
// Homepage
- echo $this->renderElement('translationbox', array(
+ echo $this->renderElement('developers/translationbox', array(
'field' => 'homepage',
'translations' => $translations['homepage'],
'type' => 'textbox',
@@ -137,7 +136,7 @@
));
// Support Email
- echo $this->renderElement('translationbox', array(
+ echo $this->renderElement('developers/translationbox', array(
'field' => 'supportemail',
'translations' => $translations['supportemail'],
'type' => 'textbox',
@@ -146,7 +145,7 @@
));
// Support URL
- echo $this->renderElement('translationbox', array(
+ echo $this->renderElement('developers/translationbox', array(
'field' => 'supporturl',
'translations' => $translations['supporturl'],
'type' => 'textbox',