Merge pull request #252 from The-Compiler/title-width

Change maximum title length to 50 in all themes.
This commit is contained in:
Claude 2015-01-27 13:09:12 +01:00
commit 795543d5c2
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">