mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 08:16:07 +00:00
modified other 'checkbox'
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
</select>
|
||||
{% endif %}
|
||||
<div class="repo-create-encryption">
|
||||
<input type="checkbox" name="encryption" id="encrypt-switch" /><label>{% trans "Encrypt"%}</label><br />
|
||||
<label class="checkbox-label">
|
||||
<span class="checkbox"><input type="checkbox" name="encryption" id="encrypt-switch" class="checkbox-orig" /></span>
|
||||
<span class="checkbox-option">{% trans "Encrypt"%}</span>
|
||||
</label>
|
||||
<label>{% trans "Password"%}</label><span class="tip">{% trans "(at least 3 characters)"%}</span><br />
|
||||
<input type="password" name="passwd" disabled="disabled" class="passwd input-disabled" /><br />
|
||||
<label>{% trans "Password again"%}</label><br />
|
||||
|
Reference in New Issue
Block a user