web/wp-content/plugins/duplicator/inc/page.support.php
changeset 204 09a1c134465b
parent 195 c7c0fbc09788
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
    26 		</div>
    26 		</div>
    27 		<div class="dup-support-txts">		
    27 		<div class="dup-support-txts">		
    28 			<?php  _e('For a complete rundown of the Duplicator see the online knowledgebase by clicking the question button or any link below.   If you experience issues with creating or installing a package check out the FAQ page first.', 'wpduplicator');?>
    28 			<?php  _e('For a complete rundown of the Duplicator see the online knowledgebase by clicking the question button or any link below.   If you experience issues with creating or installing a package check out the FAQ page first.', 'wpduplicator');?>
    29 		</div>
    29 		</div>
    30 		
    30 		
    31 		<div style="width:100%; padding:10px 10px 0px 10px; font-size:16px; font-weight:bold" align="center">
    31 		<div style="width:100%;font-size:14px; padding-left:10px; font-weight:bold; text-align:center; line-height:26px;" >
    32 			<a href="http://lifeinthegrid.com/duplicator-quick" target="_blank"><?php _e('Quick Start', 'wpduplicator') ?></a> &nbsp; | &nbsp;
    32 			<a href="http://lifeinthegrid.com/duplicator-quick" target="_blank"><?php _e('Quick Start', 'wpduplicator') ?></a> &nbsp; | &nbsp;
    33 			<a href="http://lifeinthegrid.com/duplicator-guide" target="_blank"><?php _e('User Guide', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
    33 			<a href="http://lifeinthegrid.com/duplicator-guide" target="_blank"><?php _e('User Guide', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
    34 			<a href="http://lifeinthegrid.com/duplicator-faq" target="_blank"><?php _e('FAQs', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
    34 			<a href="http://lifeinthegrid.com/duplicator-faq" target="_blank"><?php _e('FAQs', 'wpduplicator') ?></a>   &nbsp; | &nbsp; 
    35 			<a href="http://lifeinthegrid.com/duplicator-log" target="_blank"><?php _e('Changelog', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
    35 			<a href="http://lifeinthegrid.com/duplicator-log" target="_blank"><?php _e('Changelog', 'wpduplicator') ?></a> &nbsp; | &nbsp; 
    36 			<a href="http://lifeinthegrid.com/labs/duplicator" target="_blank">Product Page</a>
    36 			<a href="http://lifeinthegrid.com/labs/duplicator" target="_blank"><?php _e('Product Page', 'wpduplicator') ?></a>
    37 		</div>		
    37 		</div>		
    38 		<div style="clear:both; height:35px"></div>
    38 		<div style="clear:both; height:35px"></div>
    39 
    39 
    40 
    40 
    41 		<!-- APPROVED QA -->
    41 		<!-- APPROVED QA -->
    72 					
    72 					
    73 					echo "<br/> <br/>";
    73 					echo "<br/> <br/>";
    74 			?>
    74 			?>
    75 			<i>
    75 			<i>
    76 				<?php 
    76 				<?php 
    77 					_e("Most issues that occur with the Duplicator revolve around how a server is configured.  In order to diagnose your issues we will require temporary admin accounts to your cPanel and WordPress Admin.  Please fill out the "); 
    77 					_e("Most issues that occur with the Duplicator revolve around how a server is configured.  In order to diagnose your issues we will require temporary admin accounts to your cPanel and WordPress Admin.  Please fill out the ", 'wpduplicator'); 
    78 					printf(" <a href='http://lifeinthegrid.com/services' target='_blank'>%s</a> %s",
    78 					printf(" <a href='http://lifeinthegrid.com/services' target='_blank'>%s</a> %s",
    79 						__("Request Quote", 'wpduplicator'),
    79 						__("Request Quote", 'wpduplicator'),
    80 						__("form and explain your issue in detail.", 'wpduplicator')); 	
    80 						__("form and explain your issue in detail.", 'wpduplicator')); 	
    81 				?>
    81 				?>
    82 				
    82