mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
Temporarily hide share link password and expiration
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user