1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

Temporarily hide share link password and expiration

This commit is contained in:
zhengxie
2014-03-25 11:24:04 +08:00
parent d56c070c7c
commit 00afe0badf

View File

@@ -28,7 +28,7 @@
<div id="link-share">
<form id="link-passwd-form" action="" method="post">{% csrf_token %}
<div class="passwd">
<div class="passwd hide">
<label class="checkbox-label">
<span class="checkbox"><input type="checkbox" name="use-passwd" id="link-passwd-switch" class="checkbox-orig" /></span>
<span class="checkbox-option">{% trans "Use Password"%}</span>
@@ -69,7 +69,7 @@
<div id="upload-link-share">
<p class="tip">{% trans "You can share the generated link to others and then they can upload files to this directory via the link." %}</p>
<form id="upload-link-passwd-form" action="" method="post">{% csrf_token %}
<div class="passwd">
<div class="passwd hide">
<label class="checkbox-label">
<span class="checkbox"><input type="checkbox" name="use-passwd" id="upload-link-passwd-switch" class="checkbox-orig" /></span>
<span class="checkbox-option">{% trans "Use Password"%}</span>