Skip to content

Commit

Permalink
Fixed for attribute in several labels - by https://github.com/tstauffe
Browse files Browse the repository at this point in the history
  • Loading branch information
david-grosse-sage committed Jan 6, 2015
1 parent 06a473e commit fd51daf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/user/views/install/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tr>
<td>

<label for="installRole"> User Management </label>
<label> User Management </label>
<p>&nbsp;</p>
<table>
<tr>
Expand Down Expand Up @@ -112,7 +112,7 @@
</td>
<td>

<label for="installMessages"> Usergroups submodule </label>
<label> Usergroups submodule </label>
<?php echo CHtml::checkBox('installUsergroup', true); ?>
<div id="usergroup">
<table>
Expand All @@ -131,7 +131,7 @@
</td>
<td>

<label for="installMessages"> Friendship submodule </label>
<label> Friendship submodule </label>
<?php echo CHtml::checkBox('installFriendship', true); ?>
<div id="friendship">
<table>
Expand All @@ -144,7 +144,7 @@
</td>
<td>

<label for="installRole"> Profiles submodule </label>
<label> Profiles submodule </label>
<?php echo CHtml::checkBox('installProfiles', true); ?>

<div id="profiles">
Expand Down

0 comments on commit fd51daf

Please sign in to comment.