mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
Keep forever as default, visual fix
This commit is contained in:
parent
f694c193bf
commit
a2ba85a287
@ -93,8 +93,9 @@
|
|||||||
<?php
|
<?php
|
||||||
$expire_extra = 'id="expire" class="form-control select" tabindex="7"';
|
$expire_extra = 'id="expire" class="form-control select" tabindex="7"';
|
||||||
$options = array(
|
$options = array(
|
||||||
"0" => lang('exp_forever'),
|
|
||||||
"burn" => lang('exp_burn'),
|
"burn" => lang('exp_burn'),
|
||||||
|
"0" => lang('exp_forever'),
|
||||||
"5" => lang('exp_5min'),
|
"5" => lang('exp_5min'),
|
||||||
"60" => lang('exp_1h'),
|
"60" => lang('exp_1h'),
|
||||||
"1440" => lang('exp_1d'),
|
"1440" => lang('exp_1d'),
|
||||||
@ -127,6 +128,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
|
</br>
|
||||||
<button type="submit" name="submit" value="submit" class="btn btn-large btn-primary">
|
<button type="submit" name="submit" value="submit" class="btn btn-large btn-primary">
|
||||||
<i class="icon-pencil icon-white"></i>
|
<i class="icon-pencil icon-white"></i>
|
||||||
<?php echo lang('paste_create'); ?>
|
<?php echo lang('paste_create'); ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user