Skip to content

Commit

Permalink
Bug: Исправления верстки views в backend (баг не уникальность id)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarinov committed Aug 30, 2014
1 parent 3835745 commit 0db311d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/protected/modules/gallery/views/gallery/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
echo $form->renderRequire();
?>

<table id="yw0" class="detail-view table table-striped table-bordered">
<table class="detail-view table table-striped table-bordered">
<thead>
<th colspan="2">Галерея</th>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion backend/protected/modules/info/views/info/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<?php echo $form->errorSummary($model); ?>
<?php echo $form->renderRequire();?>

<table id="yw0" class="detail-view table table-striped table-bordered">
<table class="detail-view table table-striped table-bordered">
<thead>
<th colspan="2">Информационная страница</th>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion backend/protected/modules/menu/views/menu/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
echo $form->renderRequire();
?>

<table id="yw0" class="detail-view table table-striped table-bordered">
<table class="detail-view table table-striped table-bordered">
<thead>
<tr>
<th colspan="2">Меню</th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
echo $form->errorSummary($model);
echo $form->renderRequire();
?>
<table id="yw0" class="detail-view table table-striped table-bordered">
<table class="detail-view table table-striped table-bordered">
<thead>
<tr>
<th colspan="2">Меню</th>
Expand Down

0 comments on commit 0db311d

Please sign in to comment.