mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
parent
ac9ae70078
commit
c61812cb98
@ -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">
|
||||||
|
@ -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">
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user