mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
Merge pull request #252 from The-Compiler/title-width
Change maximum title length to 50 in all themes.
This commit is contained in:
commit
795543d5c2
@ -30,7 +30,7 @@
|
||||
<?php echo lang('paste_title'); ?>
|
||||
</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 class="span3">
|
||||
|
@ -30,7 +30,7 @@
|
||||
<?php echo lang('paste_title'); ?>
|
||||
</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 class="span3">
|
||||
|
@ -29,7 +29,7 @@
|
||||
<label for="title">
|
||||
<i class="fa fa-flag"></i> <?php echo lang('paste_title'); ?>
|
||||
</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 class="col-3 col-sm-12 col-lg-3">
|
||||
|
Loading…
x
Reference in New Issue
Block a user