Skip to content
Snippets Groups Projects
Commit c42d087f authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #9053 from owncloud/small_ux_improvement

share settings, small ux improvement
parents 99467898 c1ef5368
No related branches found
No related tags found
No related merge requests found
...@@ -304,8 +304,9 @@ if (!$_['internetconnectionworking']) { ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment