Skip to content

Commit 119476a

Browse files
author
Quy
authored
Remove active class (#34668)
1 parent bc8ab40 commit 119476a

File tree

1 file changed

+2
-2
lines changed
  • administrator/components/com_contenthistory/tmpl/history

1 file changed

+2
-2
lines changed

administrator/components/com_contenthistory/tmpl/history/modal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
</td>
8282
<td>
8383
<?php if ($item->keep_forever) : ?>
84-
<button type="button" class="btn btn-secondary btn-sm active" onclick="return Joomla.listItemTask('cb<?php echo $i; ?>','history.keep')">
84+
<button type="button" class="btn btn-secondary btn-sm" onclick="return Joomla.listItemTask('cb<?php echo $i; ?>','history.keep')">
8585
<?php echo Text::_('JYES'); ?>
8686
&nbsp;<span class="icon-lock" aria-hidden="true"></span>
8787
</button>
8888
<?php else : ?>
89-
<button type="buttton" class="btn btn-secondary btn-sm active" onclick="return Joomla.listItemTask('cb<?php echo $i; ?>','history.keep')">
89+
<button type="buttton" class="btn btn-secondary btn-sm" onclick="return Joomla.listItemTask('cb<?php echo $i; ?>','history.keep')">
9090
<?php echo Text::_('JNO'); ?>
9191
</button>
9292
<?php endif; ?>

0 commit comments

Comments
 (0)