Browse Source

Extend password boxes on file details page.

pull/142/head
shypike 11 years ago
parent
commit
ee32bb5419
  1. 2
      interfaces/Classic/templates/nzo.tmpl
  2. 2
      interfaces/Plush/templates/nzo.tmpl
  3. 2
      interfaces/smpl/templates/nzo.tmpl

2
interfaces/Classic/templates/nzo.tmpl

@ -76,7 +76,7 @@
<input type="text" name="name" style="width:400px" size="80" value="$slot.filename_clean">
<br />
<label class="label">$T('srv-password'):</label><br />
<input type="text" name="password" style="width:200px" size="40" value="$slot.password">
<input type="text" name="password" style="width:200px" size="100" value="$slot.password">
<br />
<label class="label">$T('pp'):</label><br />
<select name="pp">

2
interfaces/Plush/templates/nzo.tmpl

@ -7,7 +7,7 @@
<input type="hidden" name="session" value="$session">
<input type="text" name="name" size="70" value="$slot.filename_clean" />
<input type="text" name="password" size="15" value="$slot.password" placeholder="$T('srv-password')"/>
<input type="text" name="password" style="width:200px" size="100" value="$slot.password" placeholder="$T('srv-password')"/>
<div>
<select name="index"><optgroup label="$T('order')">

2
interfaces/smpl/templates/nzo.tmpl

@ -6,7 +6,7 @@
<input type="text" name="name" style="width:400px" size="80" value="$slot.filename_clean">
<br class="clear" />
<label class="label">$T('srv-password'):</label>
<input type="text" name="password" style="width:200px" size="40" value="$slot.password">
<input type="text" name="password" style="width:200px" size="100" value="$slot.password">
<br class="clear" />
<label class="label">$T('pp'):</label>
<select name="pp">

Loading…
Cancel
Save