Welcome, Guest
Username: Password: Remember me

TOPIC: Problem with Form Label from FORK

Problem with Form Label from FORK 29 May 2015 20:12 #13198

  • msantana
  • msantana's Avatar
  • Offline
  • New Member
  • Posts: 17
  • Thank you received: 1
  • Karma: 0
I created my FORK for my form to add some new fields.
then I was trying to change the Form label in order to show NEW or EDIT respectively.

Then when I changed the label name in the form. it does not read the new value. It just keep showing the original form label.
Original form:
<fieldset name="contractassets.form"
			addfieldpath="/administrator/components/com_mycomponent/models/fields"
			label="MYCOMPONENT_JFORM_NEW_EDIT_VIEW_2">

FORKED FORM:
<fieldset name="contractassets.form"
			addfieldpath="/administrator/components/com_mycomponent/models/fields"
			label="MYCOMPONENT_JFORM_EDIT_VIEW">

It does not read the new label from my FORKed from.


Please help.
ALSO could you tell me how would it be the best procedure to recognize which label to print according if it is a NEW item or Edit Item in the form view.
Something alone the lines like
<legend><?php echo ($my_code_is_new)? JText::_($fieldSets['contractassets.form']->label) : 'My EDIT LABLE HERE';?></legend>
//OR
	<legend><?php echo ($this->item->id != 0)? 'My EDIT LABLE HERE' : JText::_($fieldSets['contractassets.form']->label);?></legend>
MS - Lyquix
The administrator has disabled public write access.
Time to create page: 0.144 seconds

Get Started