bunny Posted August 21, 2013 Report Posted August 21, 2013 /components/modules/plesk/views/default/client_service_info.pdt edit: change <table class="table"> <tr class="heading_row"> <td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td> <td class="border_left"><?php $this->_("Plesk.service_info.username");?></td> <td><?php $this->_("Plesk.service_info.password");?></td> <td class="last"><?php $this->_("Plesk.service_info.server");?></td> </tr> <tr> <td></td> <td><?php $this->Html->_($service_fields->plesk_username);?></td> <td><?php $this->Html->_($service_fields->plesk_password);?></td> <td><?php $this->Html->_($module_row->meta->ip_address);?></td> </tr> </table> to <table class="table"> <tr class="heading_row"> <td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td> <td class="border_left"><?php $this->_("Plesk.service_info.username");?></td> <td><?php $this->_("Plesk.service_info.password");?></td> <td class="last"><?php $this->_("Plesk.service_info.server");?></td> </tr> <tr> <td></td> <td><?php $this->Html->_($service_fields->plesk_username);?></td> <td><?php $this->Html->_($service_fields->plesk_password);?></td> <td><?php $this->Html->_($module_row->meta->ip_address);?></td> </tr> <tr> <td> <form method="post" action="https://<?php $this->Html->_($module_row->meta->ip_address);?>:8443/login_up.php3" target="_blank" > <input type="hidden" name="login_name" id="login_name" value="<?php $this->Html->_($service_fields->plesk_username);?>"/> <input type="hidden" name="passwd" id="fid-passwd" value="<?php $this->Html->_($service_fields->plesk_password);?>"/> <input type="submit" class="button" value="Log in to Plesk Panel" /> </form></td> </tr> </table>
Michael Posted August 21, 2013 Report Posted August 21, 2013 /components/modules/plesk/views/default/client_service_info.pdt edit: change <table class="table"> <tr class="heading_row"> <td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td> <td class="border_left"><?php $this->_("Plesk.service_info.username");?></td> <td><?php $this->_("Plesk.service_info.password");?></td> <td class="last"><?php $this->_("Plesk.service_info.server");?></td> </tr> <tr> <td></td> <td><?php $this->Html->_($service_fields->plesk_username);?></td> <td><?php $this->Html->_($service_fields->plesk_password);?></td> <td><?php $this->Html->_($module_row->meta->ip_address);?></td> </tr> </table> to <table class="table"> <tr class="heading_row"> <td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td> <td class="border_left"><?php $this->_("Plesk.service_info.username");?></td> <td><?php $this->_("Plesk.service_info.password");?></td> <td class="last"><?php $this->_("Plesk.service_info.server");?></td> </tr> <tr> <td></td> <td><?php $this->Html->_($service_fields->plesk_username);?></td> <td><?php $this->Html->_($service_fields->plesk_password);?></td> <td><?php $this->Html->_($module_row->meta->ip_address);?></td> </tr> <tr> <td> <form method="post" action="https://<?php $this->Html->_($module_row->meta->ip_address);?>:8443/login_up.php3" target="_blank" > <input type="hidden" name="login_name" id="login_name" value="<?php $this->Html->_($service_fields->plesk_username);?>"/> <input type="hidden" name="passwd" id="fid-passwd" value="<?php $this->Html->_($service_fields->plesk_password);?>"/> <input type="submit" class="button" value="Log in to Plesk Panel" /> </form></td> </tr> </table> You don't have a log in button for Plesk we have one for cPanel.
Michael Posted August 21, 2013 Report Posted August 21, 2013 Paul does not like Plesk Haha, I hope they look at this and update it for 3.0.1 for you, can't have cPanel with it and not plesk
Tyson Posted August 21, 2013 Report Posted August 21, 2013 A login link will be in there with another update to the module and has already been assigned as CORE-622. Michael 1
Michael Posted August 21, 2013 Report Posted August 21, 2013 A login link will be in there with another update to the module and has already been assigned as CORE-622. Great news mate
Paul Posted August 22, 2013 Report Posted August 22, 2013 Paul does not like Plesk I do like Plesk, I'm just not too happy with their API. Thanks for the code contribution, glad you were able to get that to work in the interim and looking forward to CORE-622! Michael 1
Tyson Posted August 29, 2013 Report Posted August 29, 2013 This has been added in CORE-622 for v3.0.2. Michael 1
Recommended Posts