Skip to content
4 changes: 2 additions & 2 deletions inoerp/extensions/comment/class.comment.inc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class comment extends dbObject {
'comment_user_name',
'subscribe_cb'
];
public $pageTitle = " Comment - Create & View different Comments ";
public $pageTitle = " Comment - Create & View Different Comments ";
public $search = [
'_view_path' => 'form.php?class_name=',
'_show_view_path' => 1,
Expand Down Expand Up @@ -501,4 +501,4 @@ class comment extends dbObject {
}

//end of comment class
?>
?>
4 changes: 2 additions & 2 deletions inoerp/extensions/comment/class_extn_comment.inc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class extn_comment extends dbObject {
'comment_user_name',
'subscribe_cb'
];
public $pageTitle = " Comment - Create & View different Comments ";
public $pageTitle = " Comment - Create & View Different Comments ";
public $search = [
'_view_path' => 'form.php?class_name=',
'_show_view_path' => 1,
Expand Down Expand Up @@ -515,4 +515,4 @@ class extn_comment extends dbObject {
}

//end of comment class
?>
?>
2 changes: 1 addition & 1 deletion inoerp/extensions/content_type/extn_content_type.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php if(!empty($_POST)){ return;}?><?phpif (!empty($_GET["content_type_id"]) && (!is_array($_GET["content_type_id"]))) { $content_type_id = htmlentities($_GET["content_type_id"]);} else { $new_content_types = new new_content_type(); $new_content_type_object = array(); array_push($new_content_type_object, $new_content_types); $content_type_references = new content_type_reference(); $content_type_reference_object = array(); array_push($content_type_reference_object, $content_type_references);}if (!empty($content_type_id)) { $new_content_type_object = new_content_type::find_fields_by_id($content_type_id); if (count($new_content_type_object) < 1) { $new_content_types = new new_content_type(); $new_content_type_object = array(); array_push($new_content_type_object, $new_content_types); }}$removeImage = '<li class="category_list"><label> <img src="' . HOME_URL . 'themes/images/remove.png" alt="remove this line" class="remove_row_img" /> </label> ';$addImage = '<li class="category_list"><label> <img src="' . HOME_URL . 'themes/images/add.png" alt="add new line" class="add_row_img" /> </label> ';?>
<?php if(!empty($_POST)){ return;}?><?phpif (!empty($_GET["content_type_id"]) && (!is_array($_GET["content_type_id"]))) { $content_type_id = htmlentities($_GET["content_type_id"]);} else { $new_content_types = new new_content_type(); $new_content_type_object = array(); array_push($new_content_type_object, $new_content_types); $content_type_references = new content_type_reference(); $content_type_reference_object = array(); array_push($content_type_reference_object, $content_type_references);}if (!empty($content_type_id)) { $new_content_type_object = new_content_type::find_fields_by_id($content_type_id); if (count($new_content_type_object) < 1) { $new_content_types = new new_content_type(); $new_content_type_object = array(); array_push($new_content_type_object, $new_content_types); }}$removeImage = '<li class="category_list"><label> <img src="' . HOME_URL . 'themes/images/remove.png" alt="'. gettext('Remove This Line').'" class="remove_row_img" /> </label> ';$addImage = '<li class="category_list"><label> <img src="' . HOME_URL . 'themes/images/add.png" alt="'. gettext('Add New Line').'" class="add_row_img" /> </label> ';?>
Expand Down
4 changes: 2 additions & 2 deletions inoerp/extensions/convertToProd/class_extn_convertToProd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ class extn_convertToProd extends dbObject {
'pm_process_operation_detail',
'pm_formula_byproduct',
];
public $pageTitle = " Conver to Production "; //page Title
public $pageTitle = " Convert to Production "; //page Title
public $convertToProd_id;
public $message;
public $convert_to_prod_mode;
Expand Down Expand Up @@ -619,4 +619,4 @@ AND table_type = 'BASE TABLE'
}

//end of path class
?>
?>
4 changes: 2 additions & 2 deletions inoerp/extensions/convertToProd/convertToProd_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
<tr class="sys_profile_line<?php echo $count ?>">
<td>
<ul class="inline_action">
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="add new line" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="remove this line" /> </li>
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="<?php echo gettext('Add New Line') ?>" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="<?php echo gettext('Remove This Line') ?>" /> </li>
<li><input type="checkbox" name="line_id_cb" value="<?php echo htmlentities($sys_profile_line->sys_profile_line_id); ?>"></li>
<li><?php echo form::hidden_field('sys_profile_header_id', $$class->sys_profile_header_id); ?></li>
<li><?php echo form::hidden_field('profile_level', $$class->profile_level); ?></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class user_activity_v extends dbObject {
public $initial_search = [
'item_number',
];
public $pageTitle = " Forecast activity "; //page Title
public $pageTitle = " Forecast Activity "; //page Title
public $search_functions = [
'Organization' => 'search_org_name',
'Forecast ' => 'search_forecast_name',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class user_dashboard_v extends dbObject {
public $initial_search = [
'item_number',
];
public $pageTitle = " Forecast dashboard "; //page Title
public $pageTitle = " Forecast Dashboard "; //page Title
public $search_functions = [
'Organization' => 'search_org_name',
'Forecast ' => 'search_forecast_name',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<tr class="user_dashboard_config_line<?php echo $count ?>">
<td>
<ul class="inline_action">
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="<?php echo gettext('add new line') ?>" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="<?php echo gettext('remove this line') ?>" /> </li>
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="<?php echo gettext('Add New Line') ?>" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="<?php echo gettext('Remove This Line') ?>" /> </li>
<li><input type="checkbox" name="line_id_cb" value="<?php echo htmlentities($$class->user_dashboard_config_id); ?>"></li>
</ul>
</td>
Expand Down
4 changes: 2 additions & 2 deletions inoerp/extensions/demo_user/favourite/favourite_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<tr class="user_favourite<?php echo $count ?>">
<td>
<ul class="inline_action">
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="<?php echo gettext('add new line') ?>" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="<?php echo gettext('remove this line') ?>" /> </li>
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="<?php echo gettext('Add New Line') ?>" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="<?php echo gettext('Remove This Line') ?>" /> </li>
<li><input type="checkbox" name="line_id_cb" value="<?php echo htmlentities($$class->user_favourite_id); ?>"></li>
<li><?php echo $f->hidden_field_withCLass('user_id', $user->user_id, 'copyData'); ?></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
<tr class="user_supplier_line<?php echo $count ?>">
<td>
<ul class="inline_action">
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="add new line" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="remove this line" /> </li>
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="<?php echo gettext('Add New Line') ?>" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="<?php echo gettext('Remove This Line') ?>" /> </li>
<li><input type="checkbox" name="line_id_cb" value="<?php echo htmlentities($$class->user_supplier_id); ?>"></li>
<li><?php echo form::hidden_field('user_id', $user_id_h); ?></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions inoerp/extensions/demo_user/user_template - Copy.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
<tr class="user_role_assignment<?php echo $linecount; ?>">
<td>
<ul class="inline_action">
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="add new line" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="remove this line" /> </li>
<li class="add_row_img"><img src="<?php echo HOME_URL; ?>themes/images/add.png" alt="<?php echo gettext('Add New Line') ?>" /></li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="<?php echo gettext('Remove This Line') ?>" /> </li>
<li><input type="checkbox" name="line_id_cb" value="<?php echo $form_line_array->user_role_id; ?>"></li>
<li><?php echo form::hidden_field('user_id', $$class->user_id); ?></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion inoerp/extensions/engine/engine_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<tr class="engine_line line_no<?php echo $count ?>">
<td>
<ul class="inline_action">
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="remove this line" /> </li>
<li class="remove_row_img"><img src="<?php echo HOME_URL; ?>themes/images/remove.png" alt="<?php echo gettext('Remove This Line') ?>" /> </li>
<li><input type="checkbox" name="line_id_cb" value="<?php echo htmlentities($engine_id_v); ?>"></li>
<li><?php echo $count ?></li>
<?php echo $f->hidden_field('type', $dir_path) ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class user_activity_v extends dbObject {
'content_type',
];

public $pageTitle = " User activity "; //page Title
public $pageTitle = " User Activity "; //page Title

public $content_id;
public $content_type_id;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ AND con.content_id = com.reference_id

public static function staticVar_init($staticvar) {
foreach (self::${$staticvar} as $key => $value) {
self::${$staticvar}[$key]['description'] = gettext($value['description']);
self::${$staticvar}[$key]['description'] = gettext(trim($value['description']));
}
}

Expand Down
2 changes: 1 addition & 1 deletion inoerp/extensions/ino_user/reset_password.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
if (!empty($message)) {
echo '<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>' . $message;
}
?></div>
?></div>
2 changes: 1 addition & 1 deletion inoerp/extensions/page/class_page.inc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class page extends dbObject {
];
public $requiredField = ["content"
];
public $pageTitle = " Content - Create & View different contents ";
public $pageTitle = " Content - Create & View Different Contents ";
public $search = [
'_show_update_path' => 1,
'_update_action_meassge' => 'Update',
Expand Down
2 changes: 1 addition & 1 deletion inoerp/extensions/page/view/class_page_view.inc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class page_view extends dbObject {
];
public $requiredField = ["content"
];
public $pageTitle = " Content - Create & View different contents ";
public $pageTitle = " Content - Create & View Different Contents ";
public $search = [
'_show_update_path' => 1,
'_update_action_meassge' => 'Update',
Expand Down
Loading