33
44namespace RopCronSystem \Pages ;
55
6-
76use RopCronSystem \Curl_Helpers \Rop_Curl_Methods ;
87use RopCronSystem \ROP_Helpers \Rop_Helpers ;
98
@@ -163,12 +162,12 @@ public function rop_service_debug() {
163162 }
164163
165164 ?>
166- <div class="wrap" id="rop-debug-table">
165+ <div class="wrap" id="rop-debug-table">
167166 <h1><?php _e ( 'Debug Info: ' , 'tweet-old-post ' ); ?> </h1>
168167 <br/>
169168
170169 <table>
171- <tr>
170+ <tr>
172171 <td valign="top"><?php _e ( 'PHP Version: ' , 'tweet-old-post ' ); ?> </td>
173172 <td>
174173 <?php
@@ -179,10 +178,10 @@ public function rop_service_debug() {
179178 }
180179
181180 ?>
182- <br/>
181+ <br/>
183182 </td>
184- </tr>
185- <tr>
183+ </tr>
184+ <tr>
186185 <td valign="top"><?php _e ( 'cURL Info: ' , 'tweet-old-post ' ); ?> </td>
187186 <td>
188187 <?php
@@ -199,69 +198,69 @@ public function rop_service_debug() {
199198 echo '<strong style="color:darkred"> ' . __ ( 'No version of CURL detected. ' , 'tweet-old-post ' ) . '</strong> ' ;
200199 }
201200 ?>
202- <br/>
201+ <br/>
203202 </td>
204- </tr>
205- <tr>
203+ </tr>
204+ <tr>
206205 <td valign="top"><?php _e ( 'Check connection with<br/>Revive Social Cron SyStem: ' , 'tweet-old-post ' ); ?> </td>
207206 <td>
208207 <?php _e ( 'WordPress -> Server: ' , 'tweet-old-post ' ); ?>
209- <span id="server_responded">N/A</span>
210- <br/>
208+ <span id="server_responded">N/A</span>
209+ <br/>
211210 <?php _e ( 'Server -> WordPress: ' , 'tweet-old-post ' ); ?>
212- <span id="website_responded">N/A</span>
213- <br/>
214- <br/>
215- <input type="button" value="<?php _e ( 'Check connection ' , 'tweet-old-post ' ); ?> " id="rop_conection_check"/>
211+ <span id="website_responded">N/A</span>
212+ <br/>
213+ <br/>
214+ <input type="button" value="<?php _e ( 'Check connection ' , 'tweet-old-post ' ); ?> " id="rop_conection_check"/>
216215 </td>
217- </tr>
216+ </tr>
218217 </table>
219218
220219 <br/>
221220 <hr/>
222221 <br/>
223222
224223 <table>
225- <tr>
224+ <tr>
226225 <td>
227- <input type="button" value="<?php _e ( 'Delete Remote Cron Service Data ' , 'tweet-old-post ' ); ?> " id="rop_remove_account"/>
228- <span id="ajax_rop_remove_account">
226+ <input type="button" value="<?php _e ( 'Delete Remote Cron Service Data ' , 'tweet-old-post ' ); ?> " id="rop_remove_account"/>
227+ <span id="ajax_rop_remove_account">
229228
230- </span>
229+ </span>
231230
232- <p>
231+ <p>
233232 <em>
234233 <?php
235234 $ labels = new \Rop_I18n ();
236235 echo $ labels ::get_labels ( 'cron_system.delete_cron_service_account_info ' );
237236 ?>
238237 </em>
239- </p>
238+ </p>
240239 </td>
241- </tr>
240+ </tr>
242241 </table>
243242
244243 <table>
245- <tr>
244+ <tr>
246245 <td>
247- <input type="button" value="<?php _e ( 'Clear Local Cron Data ' , 'tweet-old-post ' ); ?> " id="rop_clear_local"/>
248- <span id="ajax_rop_clear_local">
246+ <input type="button" value="<?php _e ( 'Clear Local Cron Data ' , 'tweet-old-post ' ); ?> " id="rop_clear_local"/>
247+ <span id="ajax_rop_clear_local">
249248
250- </span>
249+ </span>
251250
252- <p>
251+ <p>
253252 <em>
254253 <?php
255254 echo $ labels ::get_labels ( 'cron_system.clear_local_cron_info ' );
256255 ?>
257256 </em>
258- </p>
257+ </p>
259258 </td>
260- </tr>
259+ </tr>
261260 </table>
262261
263262
264- </div>
263+ </div>
265264 <?php
266265 }
267266}
0 commit comments