File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ var UserList = {
9191 */
9292 // make them look like the multiselect buttons
9393 // until they get time to really get initialized
94- groupsSelect = $ ( '<select multiple="multiple" class="groupsselect multiselect button" data-placehoder="Groups" title="' + t ( 'settings' , 'no group' ) + '"></select>' )
94+ groupsSelect = $ ( '<select multiple="multiple" class="groupsselect multiselect button" data-placehoder="Groups" title="' + t ( 'settings' , 'No group' ) + '"></select>' )
9595 . data ( 'username' , user . name )
9696 . data ( 'user-groups' , user . groups ) ;
9797 if ( $tr . find ( 'td.subadmins' ) . length > 0 ) {
98- subAdminSelect = $ ( '<select multiple="multiple" class="subadminsselect multiselect button" data-placehoder="subadmins" title="' + t ( 'settings' , 'no group' ) + '">' )
98+ subAdminSelect = $ ( '<select multiple="multiple" class="subadminsselect multiselect button" data-placehoder="subadmins" title="' + t ( 'settings' , 'No group' ) + '">' )
9999 . data ( 'username' , user . name )
100100 . data ( 'user-groups' , user . groups )
101101 . data ( 'subadmin' , user . subadmin ) ;
@@ -501,7 +501,7 @@ var UserList = {
501501 } ;
502502 var label ;
503503 if ( oc_isadmin ) {
504- label = t ( 'settings' , 'add group' ) ;
504+ label = t ( 'settings' , 'Add group' ) ;
505505 }
506506 else {
507507 label = null ;
Original file line number Diff line number Diff line change 22 <!-- Add new group -->
33 <li id="newgroup-init">
44 <a href="#">
5- <span><?php p ($ l ->t ('Add Group ' ))?> </span>
5+ <span><?php p ($ l ->t ('Add group ' ))?> </span>
66 </a>
77 </li>
88 <li id="newgroup-form" style="display: none">
Original file line number Diff line number Diff line change 11<div class="quota">
22 <!-- Default storage -->
3- <span><?php p ($ l ->t ('Default Quota ' ));?> </span>
3+ <span><?php p ($ l ->t ('Default quota ' ));?> </span>
44 <?php if ((bool ) $ _ ['isAdmin ' ]): ?>
55 <select id='default_quota' data-inputtitle="<?php p ($ l ->t ('Please enter storage quota (ex: "512 MB" or "12 GB") ' )) ?> " data-tipsy-gravity="s">
66 <option <?php if ($ _ ['default_quota ' ] === 'none ' ) print_unescaped ('selected="selected" ' );?> value='none'>
2525 </select>
2626 <?php endif ; ?>
2727 <?php if ((bool ) !$ _ ['isAdmin ' ]): ?>
28- :
28+ :
2929 <?php if ( $ _ ['default_quota ' ] === 'none ' ): ?>
3030 <?php p ($ l ->t ('Unlimited ' ));?>
3131 <?php else : ?>
Original file line number Diff line number Diff line change 55 <th id="headerAvatar" scope="col"></th>
66 <?php endif ; ?>
77 <th id="headerName" scope="col"><?php p ($ l ->t ('Username ' ))?> </th>
8- <th id="headerDisplayName" scope="col"><?php p ($ l ->t ( 'Full Name ' )); ?> </th>
8+ <th id="headerDisplayName" scope="col"><?php p ($ l ->t ( 'Full name ' )); ?> </th>
99 <th id="headerPassword" scope="col"><?php p ($ l ->t ( 'Password ' )); ?> </th>
1010 <th class="mailAddress" scope="col"><?php p ($ l ->t ( 'Email ' )); ?> </th>
1111 <th id="headerGroups" scope="col"><?php p ($ l ->t ( 'Groups ' )); ?> </th>
1212 <?php if (is_array ($ _ ['subadmins ' ]) || $ _ ['subadmins ' ]): ?>
13- <th id="headerSubAdmins" scope="col"><?php p ($ l ->t ('Group Admin for ' )); ?> </th>
13+ <th id="headerSubAdmins" scope="col"><?php p ($ l ->t ('Group admin for ' )); ?> </th>
1414 <?php endif ;?>
1515 <th id="headerQuota" scope="col"><?php p ($ l ->t ('Quota ' )); ?> </th>
16- <th class="storageLocation" scope="col"><?php p ($ l ->t ('Storage Location ' )); ?> </th>
17- <th class="userBackend" scope="col"><?php p ($ l ->t ('User Backend ' )); ?> </th>
18- <th class="lastLogin" scope="col"><?php p ($ l ->t ('Last Login ' )); ?> </th>
16+ <th class="storageLocation" scope="col"><?php p ($ l ->t ('Storage location ' )); ?> </th>
17+ <th class="userBackend" scope="col"><?php p ($ l ->t ('User backend ' )); ?> </th>
18+ <th class="lastLogin" scope="col"><?php p ($ l ->t ('Last login ' )); ?> </th>
1919 <th id="headerRemove"> </th>
2020 </tr>
2121 </thead>
You can’t perform that action at this time.
0 commit comments