sigh.
This commit is contained in:
parent
bfb3bf8622
commit
88161345ae
|
@ -32,10 +32,6 @@ plugins:
|
||||||
expiration:
|
expiration:
|
||||||
weeks: 2
|
weeks: 2
|
||||||
|
|
||||||
strings:
|
|
||||||
default_expiry: "Two weeks"
|
|
||||||
|
|
||||||
|
|
||||||
# Languages supported by Pygments
|
# Languages supported by Pygments
|
||||||
# TODO: perhaps swap this out with something in App::WerePaste::Util::PygmentsBridge so we can dynamically load supported languages
|
# TODO: perhaps swap this out with something in App::WerePaste::Util::PygmentsBridge so we can dynamically load supported languages
|
||||||
languages:
|
languages:
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<br />
|
<br />
|
||||||
<div style='float: right'>
|
<div style='float: right'>
|
||||||
<select class="expiration" name="expiration">
|
<select class="expiration" name="expiration">
|
||||||
<option value "" selected>[% strings.default_expiry %] (Default)</option>
|
<option value "" selected >Two weeks (Default)</option>
|
||||||
<option value="hours:1" >Expire 1 hour from now</option>
|
<option value="hours:1" >Expire 1 hour from now</option>
|
||||||
<option value="hours:6" >Expire 6 hours from now</option>
|
<option value="hours:6" >Expire 6 hours from now</option>
|
||||||
<option value="days:1" >Expire 1 day from now</option>
|
<option value="days:1" >Expire 1 day from now</option>
|
||||||
|
|
Loading…
Reference in New Issue