Skip to content

Commit

Permalink
Fixed short tags
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11926 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jan 5, 2012
1 parent 3129177 commit a944107
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions application/views/admin/checkintegrity/check_view.php
Expand Up @@ -24,7 +24,7 @@
<?php
if (isset($questionattributes)) { ?>
<li><?php printf($clang->gT("There are %s orphaned question attributes."),count($questionattributes)); ?> </li>
<? }
<?php }
else
{ ?>
<li><?php $clang->eT("All question attributes meet consistency standards."); ?> </li> <?php
Expand All @@ -33,7 +33,7 @@
<?php
if ($defaultvalues) { ?>
<li><?php printf($clang->gT("There are %s orphaned default value entries which can be deleted."),$dv); ?> </li>
<? }
<?php }
else
{ ?>
<li><?php $clang->eT("All default values meet consistency standards."); ?> </li> <?php
Expand All @@ -42,7 +42,7 @@
<?php
if ($quotas) { ?>
<li><?php printf($clang->gT("There are %s orphaned quota entries which can be deleted."),$quotas); ?> </li>
<? }
<?php }
else
{ ?>
<li><?php $clang->eT("All quotas meet consistency standards."); ?> </li> <?php
Expand All @@ -51,7 +51,7 @@
<?php
if ($quotals) { ?>
<li><?php printf($clang->gT("There are %s orphaned quota language settings which can be deleted."),$quotals); ?> </li>
<? }
<?php }
else
{ ?>
<li><?php $clang->eT("All quota language settings meet consistency standards."); ?> </li> <?php
Expand All @@ -60,7 +60,7 @@
<?php
if ($quotamembers) { ?>
<li><?php printf($clang->gT("There are %s orphaned quota members which can be deleted."),$quotamembers); ?> </li>
<? }
<?php }
else
{ ?>
<li><?php $clang->eT("All quota quota members meet consistency standards."); ?> </li> <?php
Expand Down

0 comments on commit a944107

Please sign in to comment.