Skip to content

Commit ff70c7d

Browse files
committed
fix
1 parent 3c6d625 commit ff70c7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: lhc_web/design/defaulttheme/tpl/lhdepartment/editgroup.tpl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('department/edit','Edit department group');?> - <?php echo htmlspecialchars($departament_group->name)?></h1>
1+
<h1 ng-non-bindable><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('department/edit','Edit department group');?> - <?php echo htmlspecialchars($departament_group->name)?></h1>
22

33
<?php if (isset($errors)) : ?>
44
<?php include(erLhcoreClassDesign::designtpl('lhkernel/validation_error.tpl.php'));?>

Diff for: lhc_web/design/defaulttheme/tpl/lhdepartment/editlimitgroup.tpl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('department/edit','Edit department limit group');?> - <?php echo htmlspecialchars($departament_group->name)?></h1>
1+
<h1 ng-non-bindable><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('department/edit','Edit department limit group');?> - <?php echo htmlspecialchars($departament_group->name)?></h1>
22

33
<?php if (isset($errors)) : ?>
44
<?php include(erLhcoreClassDesign::designtpl('lhkernel/validation_error.tpl.php'));?>

Diff for: lhc_web/design/defaulttheme/tpl/lhdepartment/newgroup.tpl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<?php include(erLhcoreClassDesign::designtpl('lhkernel/validation_error.tpl.php'));?>
55
<?php endif; ?>
66

7-
<form action="<?php echo erLhcoreClassDesign::baseurl('department/newgroup')?>" method="post">
7+
<form action="<?php echo erLhcoreClassDesign::baseurl('department/newgroup')?>" method="post" ng-non-bindable>
88

99
<?php include(erLhcoreClassDesign::designtpl('lhkernel/csfr_token.tpl.php'));?>
1010

0 commit comments

Comments
 (0)