Jump to content

Recommended Posts

Posted

/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>

 

post-33-0-38079000-1377086681_thumb.png

Posted
  On 8/21/2013 at 12:05 PM, sixwishlist.com said:

/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 :o we have one for cPanel.

Posted
  On 8/21/2013 at 12:41 PM, sixwishlist.com said:

Paul does not like Plesk :unsure:

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 :D 

Posted
  On 8/21/2013 at 4:12 PM, Tyson said:

A login link will be in there with another update to the module and has already been assigned as CORE-622.

Great news mate :) 

Posted
  On 8/21/2013 at 12:41 PM, sixwishlist.com said:

Paul does not like Plesk :unsure:

 

I do like Plesk, I'm just not too happy with their API.  :blink:

 

Thanks for the code contribution, glad you were able to get that to work in the interim and looking forward to CORE-622!

Guest
This topic is now closed to further replies.
×
×
  • Create New...