Placemark order?

More
10 years 11 months ago - 10 years 11 months ago #2174 by Dima
Replied by Dima on topic Placemark order?
In this case you have to:
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
<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
<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: 10 years 11 months ago by Dima.

Please Log in or Create an account to join the conversation.

More
10 years 11 months ago #2175 by Dima
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
  • Junior Member
More
10 years 11 months ago #2177 by firehorse
Replied by firehorse on topic Placemark order?
Dear Dmitry,

Thanks for that.

Best regards
Alan

Please Log in or Create an account to join the conversation.

Time to create page: 0.066 seconds

Donate


Go to top