Skip to content

Commit

Permalink
CSS: Fix table classes in reorder-authbackend
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent dbe8b7a commit bad0d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/form/reorder-authbackend.phtml
@@ -1,5 +1,5 @@
<form id="<?= $form->getId(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>">
<table class="action alternating">
<table class="action-table listing-table">
<thead>
<th>Backend</th>
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
Expand Down

0 comments on commit bad0d3c

Please sign in to comment.