Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.11.1
-
Component/s: None
-
Labels:None
Description
To reproduce:
1. Create a namesilo service
2. Use the Manage Contacts tab to ensure there are multiple contacts available
3. Visit the Whois tab in the client interface
4. Try to update the contacts
5. Click the button and see that nothing happens
To resolve, in modules/namesilo/views/default/tab_client_whois.pdt around line 22 change:
<div class="button_row"><a class="btn btn-default float-right submit" href="#"><?php $this->_('Namesilo.tab_whois.field_submit'); ?></a></div>
To
<button class="btn btn-light float-right" type="submit"> <i class="fas fa-edit"></i> <?php $this->_('Namesilo.tab_whois.field_submit'); ?> </button>