show explenation only if the setting is activated

This commit is contained in:
Bjoern Schiessle 2014-06-16 15:33:46 +02:00
Родитель b67588d35c
Коммит c1ef536896
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -304,8 +304,9 @@ if (!$_['internetconnectionworking']) {
<option value="<?php p($group['gid'])?>" <?php if($group['excluded']) { p('selected="selected"'); }?>><?php p($group['gid']);?></option> <option value="<?php p($group['gid'])?>" <?php if($group['excluded']) { p('selected="selected"'); }?>><?php p($group['gid']);?></option>
<?php endforeach;?> <?php endforeach;?>
</select> </select>
</div> <br />
<em><?php p($l->t('These groups will still be able to receive shares, but not to initiate them.')); ?></em> <em><?php p($l->t('These groups will still be able to receive shares, but not to initiate them.')); ?></em>
</div>
</td> </td>
</tr> </tr>
</table> </table>