Backend "Details" subheading in options

30.05.2011 15:15
#1
kalkomat
Joomshopping forum user no avatar
Name: Kazana
12.05.2011
Posts: 11
Quote
Backend "Details" subheading in options

Whenever I go to the Options, no matter what I choose (Currency/Tax/Payments etc.) and go to change one particular setting the subheading shown is always Details (I have looked into template php files and it seems like that subheading is given a stable php echo 'Details' instead of it being a variable - that should be changed in the future so that you don't have to change that in every template)
Backend "Details" subheading in options


Joomla: 1.6.3
JoomShopping: 3.1.3
 
30.05.2011 20:14
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25851
Quote
Aw: Backend "Details" subheading in options

For translation, use
Example
administrator\language\en-GB\en-GB.ini
add row
DETAILS="Details"

OR delete row
<legend><?php echo JText::_( 'Details' ); ?></legend>

in layout file


Letzte Änderung: 30.05.2011 20:17
 
31.05.2011 11:15
#3
kalkomat
Joomshopping forum user no avatar
Name: Kazana
12.05.2011
Posts: 11
Quote
Aw: Backend "Details" subheading in options

adding it to pl-PL.ini works perfect, many thanks!

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.