Changeset 7341
- Timestamp:
- 01/06/09 11:36:02 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_reload.php
r7222 r7341 69 69 70 70 if (data.num_errors) { 71 responsetext += '<p>' + data.num_errors + ' <?php echo _(' error(s) occured, you should view the notification log on the dashboard or main screen to check for more details.'); ?> '+ "<\/p>";71 responsetext += '<p>' + data.num_errors + " <?php echo _(" error(s) occured, you should view the notification log on the dashboard or main screen to check for more details."); ?> " + "<\/p>"; 72 72 } 73 73 … … 86 86 error: function(reqObj, status) { 87 87 $('#reload_response').html( 88 '<p> <?php echo _('Error: Did not receive valid response from server'); ?>'+ "<\/p>" +88 '<p>' + "<?php echo _("Error: Did not receive valid response from server"); ?>" + "<\/p>" + 89 89 '<div class="buttons"><a id="reload_response_close_btn" href="#" onclick="freepbx_stop_reload();"><img src="images/cancel.png" height="16" width="16" border="0" alt="<?php echo _('Close'); ?>" /> <?php echo _('Close'); ?>' + "<\/a><\/div>" 90 90 );
