Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not execute angular title
  • Loading branch information
remdex committed Jan 17, 2022
1 parent 31ac7a7 commit 407d0b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/tpl/lhviews/loadview.tpl.php
Expand Up @@ -2,7 +2,7 @@
<?php if (!$list_mode) : ?>
<div role="tabpanel" id="tabs" ng-cloak>
<ul class="nav nav-pills" role="tablist">
<li role="presentation" class="nav-item"><a class="nav-link active" href="#chatlist" aria-controls="chatlist" role="tab" data-toggle="tab" title="<?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('chat/onlineusers','Chat list');?>">
<li role="presentation" class="nav-item"><a class="nav-link active" href="#chatlist" aria-controls="chatlist" ng-non-bindable role="tab" data-toggle="tab" title="<?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('chat/onlineusers','Chat list');?>">
<?php echo htmlspecialchars($search->name)?> </a>
</li>
</ul>
Expand Down
Expand Up @@ -9,7 +9,7 @@

<?php include(erLhcoreClassDesign::designtpl('lhchat/lists/search_panel_append_print_multiinclude.tpl.php'));?>

<form action="<?php echo htmlspecialchars($action_url)?>/(export)/2?<?php echo $appendPrintExportURL?>" method="post" target="_blank" onsubmit="return lhinst.submitModalForm($(this))">
<form action="<?php echo htmlspecialchars($action_url)?>/(export)/2?<?php echo $appendPrintExportURL?>" method="post" ng-non-bindable target="_blank" onsubmit="return lhinst.submitModalForm($(this))">

<?php if (isset($errors)) : ?>
<?php include(erLhcoreClassDesign::designtpl('lhkernel/validation_error.tpl.php'));?>
Expand Down
2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/tpl/lhwebhooks/edit.tpl.php
@@ -1,4 +1,4 @@
<h1><?php echo htmlspecialchars($item->name)?></h1>
<h1 ng-non-bindable><?php echo htmlspecialchars($item->name)?></h1>

<?php if (isset($errors)) : ?>
<?php include(erLhcoreClassDesign::designtpl('lhkernel/validation_error.tpl.php'));?>
Expand Down
@@ -1,4 +1,4 @@
<h1><?php echo htmlspecialchars($item->name)?></h1>
<h1 ng-non-bindable><?php echo htmlspecialchars($item->name)?></h1>

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

0 comments on commit 407d0b1

Please sign in to comment.