Skip to content

Commit

Permalink
Merge pull request #42 from colinux/hotfix/typo
Browse files Browse the repository at this point in the history
Fixed typo in class name "sf_admin_with_right_column"
  • Loading branch information
cedriclombardot committed Apr 19, 2012
2 parents 352998a + 8d4be2e commit 326e865
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[?php include_partial('<?php echo $partial ?>', array('form' => $form, '<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>, 'helper' => $helper, 'configuration' => $configuration)) ?]
<?php endforeach; ?>
</div>
<div class="sf_admin_with_right_colum">
<div class="sf_admin_with_right_column">
[?php endif; ?]
<?php endif; ?>

Expand All @@ -22,7 +22,7 @@
[?php include_partial('<?php echo $partial ?>', array('form' => $form, '<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>, 'helper' => $helper, 'configuration' => $configuration)) ?]
<?php endforeach; ?>
</div>
<div class="sf_admin_with_right_colum">
<div class="sf_admin_with_right_column">
[?php endif; ?]
<?php endif; ?>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[?php include_partial('<?php echo $partial ?>', array('form' => $form, '<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>, 'helper' => $helper, 'configuration' => $configuration)) ?]
<?php endforeach; ?>
</div>
<div class="sf_admin_with_right_colum">
<div class="sf_admin_with_right_column">
<?php endif; ?>

[?php foreach ($configuration->getFormFields($form, 'show') as $fieldset => $fields): ?]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[?php include_partial('<?php echo $partial ?>', array('pager' => $pager, 'helper' => $helper)) ?]
<?php endforeach; ?>
</div>
<div class="sf_admin_with_right_colum">
<div class="sf_admin_with_right_column">
<?php endif; ?>

<h2 class="mbl">[?php echo <?php echo $this->getI18NString('list.title') ?> ?]</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[?php include_partial('<?php echo $partial ?>', array('form' => $form, '<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>, 'helper' => $helper, 'configuration' => $configuration)) ?]
<?php endforeach; ?>
</div>
<div class="sf_admin_with_right_colum">
<div class="sf_admin_with_right_column">
[?php endif; ?]
<?php endif; ?>

Expand All @@ -22,7 +22,7 @@
[?php include_partial('<?php echo $partial ?>', array('form' => $form, '<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>, 'helper' => $helper, 'configuration' => $configuration)) ?]
<?php endforeach; ?>
</div>
<div class="sf_admin_with_right_colum">
<div class="sf_admin_with_right_column">
[?php endif; ?]
<?php endif; ?>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[?php include_partial('<?php echo $partial ?>', array('form' => $form, '<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>, 'helper' => $helper, 'configuration' => $configuration)) ?]
<?php endforeach; ?>
</div>
<div class="sf_admin_with_right_colum">
<div class="sf_admin_with_right_column">
<?php endif; ?>

[?php foreach ($configuration->getFormFields($form, 'show') as $fieldset => $fields): ?]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[?php include_partial('<?php echo $partial ?>', array('pager' => $pager, 'helper' => $helper)) ?]
<?php endforeach; ?>
</div>
<div class="sf_admin_with_right_colum">
<div class="sf_admin_with_right_column">
<?php endif; ?>

<h2 class="mbl">[?php echo <?php echo $this->getI18NString('list.title') ?> ?]</h2>
Expand Down
2 changes: 1 addition & 1 deletion web/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ p.logged { color: #999; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) }
Partial
----------------------------------------- */
.sf_admin_right_column {float:right;width:300px;padding:0 0 0 10px;}
.sf_admin_with_right_colum {margin-right:320px;}
.sf_admin_with_right_column {margin-right:320px;}

.item-information {font-size:0.8em;font-style: italic; text-align:right;}
.item-record {margin-top:1em; padding-top: 0.5em;}
Expand Down

0 comments on commit 326e865

Please sign in to comment.