Completed
Push — v3.0 ( 3d1631...29f961 )
by Samir
22:25
created
astpp/application/modules/charges/views/view_periodiccharges_add_edit.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,10 @@
 block discarded – undo
20 20
     <section class="slice color-three no-margin">
21 21
 	<div class="w-section inverse no-padding">
22 22
             <div style="color:red;margin-left: 60px;">
23
-                <?php if (isset($validation_errors)) echo $validation_errors; ?> 
23
+                <?php if (isset($validation_errors)) {
24
+	echo $validation_errors;
25
+}
26
+?> 
24 27
             </div>
25 28
             <?php echo $form; ?>
26 29
         </div>      
Please login to merge, or discard this patch.
application/modules/freeswitch/views/view_freeswitch_customer_add_edit.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,10 @@
 block discarded – undo
20 20
     <section class="slice color-three no-margin">
21 21
 	<div class="w-section inverse no-padding">
22 22
             <div style="color:red;margin-left: 60px;">
23
-                <?php if (isset($validation_errors)) echo $validation_errors; ?> 
23
+                <?php if (isset($validation_errors)) {
24
+	echo $validation_errors;
25
+}
26
+?> 
24 27
             </div>
25 28
             <?php echo $form; ?>
26 29
         </div>      
Please login to merge, or discard this patch.
astpp/application/modules/freeswitch/views/view_freeswitch_add_edit.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,10 @@
 block discarded – undo
20 20
     <section class="slice color-three no-margin">
21 21
 	<div class="w-section inverse no-padding">
22 22
             <div style="color:red;margin-left: 60px;">
23
-                <?php if (isset($validation_errors)) echo $validation_errors; ?> 
23
+                <?php if (isset($validation_errors)) {
24
+	echo $validation_errors;
25
+}
26
+?> 
24 27
             </div>
25 28
             <?php echo $form; ?>
26 29
         </div>      
Please login to merge, or discard this patch.
astpp/application/modules/freeswitch/views/view_fsgateway_add.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,10 @@
 block discarded – undo
20 20
     <section class="slice color-three no-margin">
21 21
 	<div class="w-section inverse no-padding">
22 22
             <div style="color:red;margin-left: 60px;">
23
-                <?php if (isset($validation_errors)) echo $validation_errors; ?> 
23
+                <?php if (isset($validation_errors)) {
24
+	echo $validation_errors;
25
+}
26
+?> 
24 27
             </div>
25 28
             <?php echo $form; ?>
26 29
         </div>      
Please login to merge, or discard this patch.
web_interface/astpp/application/modules/did/views/view_did_add_edit.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,10 @@
 block discarded – undo
20 20
     <section class="slice color-three no-margin">
21 21
 	<div class="w-section inverse no-padding">
22 22
             <div style="color:red;margin-left: 60px;">
23
-                <?php if (isset($validation_errors)) echo $validation_errors; ?> 
23
+                <?php if (isset($validation_errors)) {
24
+	echo $validation_errors;
25
+}
26
+?> 
24 27
             </div>
25 28
             <?php echo $form; ?>
26 29
         </div>      
Please login to merge, or discard this patch.
web_interface/astpp/application/modules/did/language/spanish/did_lang.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
1
-<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
1
+<?php if (!defined('BASEPATH')) {
2
+	exit('No direct script access allowed');
3
+}
2 4
 
3 5
 //DID list
4 6
 $lang['DID.MANAGE_DIDs']='Manage DIDs';
Please login to merge, or discard this patch.
astpp/application/modules/opensips/views/view_opensips_add_edit.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,10 @@
 block discarded – undo
20 20
     <section class="slice color-three no-margin">
21 21
 	<div class="w-section inverse no-padding">
22 22
             <div style="color:red;margin-left: 60px;">
23
-                <?php if (isset($validation_errors)) echo $validation_errors; ?> 
23
+                <?php if (isset($validation_errors)) {
24
+	echo $validation_errors;
25
+}
26
+?> 
24 27
             </div>
25 28
             <?php echo $form; ?>
26 29
         </div>      
Please login to merge, or discard this patch.
astpp/application/modules/opensips/views/view_dispatcher_add_edit.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,10 @@
 block discarded – undo
20 20
     <section class="slice color-three no-margin">
21 21
 	<div class="w-section inverse no-padding">
22 22
             <div style="color:red;margin-left: 60px;">
23
-                <?php if (isset($validation_errors)) echo $validation_errors; ?> 
23
+                <?php if (isset($validation_errors)) {
24
+	echo $validation_errors;
25
+}
26
+?> 
24 27
             </div>
25 28
             <?php echo $form; ?>
26 29
         </div>      
Please login to merge, or discard this patch.
astpp/application/modules/opensips/libraries/opensips_form.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,9 @@
 block discarded – undo
22 22
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
23 23
 ###############################################################################
24 24
 
25
-if (!defined('BASEPATH'))
26
-    exit('No direct script access allowed');
25
+if (!defined('BASEPATH')) {
26
+    exit('No direct script access allowed');
27
+}
27 28
 
28 29
 class Package_form {
29 30
 
Please login to merge, or discard this patch.