Change maximum title length to 50 in all themes.

See #251.
This commit is contained in:
Florian Bruhin 2015-01-26 06:39:04 +01:00
parent ac9ae70078
commit c61812cb98
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
<?php echo lang('paste_title'); ?> <?php echo lang('paste_title'); ?>
</label> </label>
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" class="span3" type="text" id="title" name="title" tabindex="2" maxlength="32" /> <input value="<?php if(isset($title_set)){ echo $title_set; }?>" class="span3" type="text" id="title" name="title" tabindex="2" maxlength="50" />
</div> </div>
<div class="span3"> <div class="span3">

View File

@ -30,7 +30,7 @@
<?php echo lang('paste_title'); ?> <?php echo lang('paste_title'); ?>
</label> </label>
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" class="span3" type="text" id="title" name="title" tabindex="2" maxlength="32" /> <input value="<?php if(isset($title_set)){ echo $title_set; }?>" class="span3" type="text" id="title" name="title" tabindex="2" maxlength="50" />
</div> </div>
<div class="span3"> <div class="span3">

View File

@ -29,7 +29,7 @@
<label for="title"> <label for="title">
<i class="fa fa-flag"></i> <?php echo lang('paste_title'); ?> <i class="fa fa-flag"></i> <?php echo lang('paste_title'); ?>
</label> </label>
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" class="form-control" type="text" id="title" name="title" tabindex="2" maxlength="32" /> <input value="<?php if(isset($title_set)){ echo $title_set; }?>" class="form-control" type="text" id="title" name="title" tabindex="2" maxlength="50" />
</div> </div>
<div class="col-3 col-sm-12 col-lg-3"> <div class="col-3 col-sm-12 col-lg-3">