Ticket #952 -> En el inicio, escribir comentarios sin cambiar de página
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@101 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
99131b2105
commit
b8bcb094e0
@ -129,7 +129,7 @@ require(ghostpool_inc . 'options.php');
|
||||
|
||||
<p><textarea name="comment" id="comment" cols="5" rows="7" tabindex="4"></textarea></p>
|
||||
|
||||
<input name="submit" type="submit" id="submit" tabindex="5" value="<?php _e('Post', 'gp_lang'); ?> →" />
|
||||
<input name="submit" type="submit" id="submit" tabindex="5" value="<?php esc_attr_e('Submit Comment'); ?>" />
|
||||
|
||||
<?php comment_id_fields(); ?>
|
||||
|
||||
@ -138,8 +138,9 @@ require(ghostpool_inc . 'options.php');
|
||||
</form>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<!--End Respond-->
|
||||
|
||||
</div>
|
||||
|
||||
@ -1122,14 +1122,14 @@ h3.comments {
|
||||
}
|
||||
|
||||
#respond {
|
||||
padding: 0 25px 0 0;
|
||||
padding: 0 25px 25px 0;
|
||||
}
|
||||
|
||||
#respond form {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#respond.homepage textarea {
|
||||
.home-page #respond textarea {
|
||||
height: 90px !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user