Placemark order?
- Dima
- Offline
- Platinum Member
Less
More
11 years 6 months ago - 11 years 6 months ago #2174
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Placemark order?
In this case you have to:
go to your site to edit joomla file.
Go to folder
Open file modal.php
And add the other button:
find lines
and add this line for example in new line
And after that you'll see near button clear filter new button with title No Contact
go to your site to edit joomla file.
Go to folder
/administrator/components/com_contact/views/contacts/tmpl
Open file modal.php
And add the other button:
find lines
Code:
<button type="button" onclick="document.id('filter_search').value='';this.form.submit();">
<?php echo JText::_('JSEARCH_FILTER_CLEAR'); ?></button>
and add this line for example in new line
Code:
<button type="button" onclick="if (window.parent) window.parent.<?php echo $this->escape($function);?>('', '<?php echo JText::_('COM_CONTACT_SELECT_A_CONTACT') ?>');"><?php echo "- No Contact -" ?></button>
And after that you'll see near button clear filter new button with title No Contact
Don't forget support my developments: post review in JED , donate , help with translation
Last edit: 11 years 6 months ago by Dima.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
11 years 6 months ago #2175
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Placemark order?
I use "standard" joomla's contact selector, may be in one time they create this datatype as predefined
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- firehorse
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
11 years 6 months ago #2177
by firehorse
Replied by firehorse on topic Placemark order?
Dear Dmitry,
Thanks for that.
Best regards
Alan
Thanks for that.
Best regards
Alan
Please Log in or Create an account to join the conversation.
Time to create page: 0.193 seconds