File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
administrator/components/com_contenthistory/tmpl/history Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 <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 ; ?>
You can’t perform that action at this time.
0 commit comments