Navigation Menu

Skip to content

Commit

Permalink
Fixed issue #14037: Bad display on "Add a new survey administrator" form
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikvitt committed Sep 12, 2018
1 parent 826b6fe commit 82481fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/user/editusers.php
Expand Up @@ -83,10 +83,10 @@
<?php echo CHtml::form(array('admin/user/sa/adduser'), 'post', array('class'=>''));?>
<?php if (App()->getPluginManager()->isPluginActive('AuthLDAP')) {
echo "<div class=\"form-group\">";
echo "<label class='col-md-4 control-label'>";
echo "<label class='control-label'>";
eT("Central database");
echo "</label>";
echo "<div class='col-md-8'>";
echo "<div class=''>";
echo CHtml::dropDownList('user_type',
'DB',
array(
Expand Down

0 comments on commit 82481fa

Please sign in to comment.