Change "system" edit buttons?

  • Posts: 44
  • Thank you received: 0
13 years 1 month ago #27870

Is it possible to change the "edit" buttons the user see's, for example when they are editing their account information? While it is nice and compact to me and makes sense, for new users, we've found they really need an "new user proof" button, like a rectangle that says "Edit". Is there a location these system type buttons are located? They obviously aren't just CSS code and reference a graphic.

Thank you!


Michael Buttitta
Hot Picks USA

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

  • Posts: 82868
  • Thank you received: 13378
  • MODERATOR
13 years 1 month ago #27895

They are displayed at the top of the view files.
You can edit them via the menu Display->Views.

For example, for the order details page, it's the file "show" of the view "order" of the front end :
<div class="toolbar hikashop_header_buttons" id="toolbar">
<table>
<tr>
<?php if(hikashop_level(1) && $this->config->get('print_invoice_frontend')){ ?>
<td>
<a class="modal" rel="{handler: 'iframe', size: {x: 760, y: 480}}" href="<?php echo hikashop_completeLink('order&task=invoice&order_id='.$this->element->order_id,true); ?>">
<span class="icon-32-print" title="<?php echo JText::_('PRINT_INVOICE'); ?>">
</span>
<?php echo JText::_('HIKA_PRINT'); ?>
</a>
</td>
<?php } ?>
<td>
<a onclick="submitbutton('cancel'); return false;" href="#" >
<span class="icon-32-back" title="<?php echo JText::_('HIKA_BACK'); ?>">
</span>
<?php echo JText::_('HIKA_BACK'); ?>
</a>
</td>
</tr>
</table>
</div>

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

Time to create page: 0.048 seconds
Powered by Kunena Forum