Fixed issue 221, scroll to the preview if exists.
This commit is contained in:
committed by
Loic d'Anterroches
parent
2c9cf96245
commit
3476541bf4
@@ -11,14 +11,14 @@
|
||||
{/if}
|
||||
|
||||
{if $preview}
|
||||
<h2 class="top">{trans 'Preview'}</h2>
|
||||
<h2 id="preview" class="top">{trans 'Preview'}</h2>
|
||||
<div class="issue-comment issue-comment-first issue-comment-last">
|
||||
<br /><pre class="issue-comment-text">{issuetext $preview, $request}</pre>
|
||||
</div>
|
||||
<hr />
|
||||
{/if}
|
||||
|
||||
<form method="post" enctype="multipart/form-data" action="{url 'IDF_Views_Issue::create', array($project.shortname)}" >
|
||||
<form method="post" enctype="multipart/form-data" action="{url 'IDF_Views_Issue::create', array($project.shortname)}#preview" >
|
||||
<table class="form" summary="">
|
||||
<tr>
|
||||
<th><strong>{$form.f.summary.labelTag}:</strong></th>
|
||||
|
Reference in New Issue
Block a user