Skip to content

Commit

Permalink
Dev #T639: The group Summary And Question Summary are both displayed …
Browse files Browse the repository at this point in the history
…in different ways
  • Loading branch information
encuestabizdevgit committed May 4, 2021
1 parent 35083e7 commit cb7101f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/questionGroupsAdministration/group_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<div class="row">
<div class="col-lg-12 content-right">

<table id='groupdetails' class="table table-bordered">
<table id='groupdetails'>
<tr ><td ><strong>
<?php eT("Title"); ?>:</strong></td>
<td>
<?php echo $grow['group_name']; ?> (<?php echo $grow['gid']; ?>)</td>
</tr>
<tr>
<td><strong>
<?php eT("Description:"); ?></strong>
<?php eT("Description:"); ?></strong>&nbsp;&nbsp;&nbsp;
</td>
<td>
<?php if (trim($grow['description'])!='') {
Expand Down

0 comments on commit cb7101f

Please sign in to comment.