mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
correctly display diff for conflicts
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10156 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -237,6 +237,10 @@ table.hrdiff caption span {
|
|||||||
<input class="button1" type="submit" id="submit" name="submit" value="{L_CHANGE}" />
|
<input class="button1" type="submit" id="submit" name="submit" value="{L_CHANGE}" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<!-- IF S_DIFF_CONFLICT_FILE -->
|
||||||
|
<div style="float: {S_CONTENT_FLOW_BEGIN};"><strong>{L_NUM_CONFLICTS}: {NUM_CONFLICTS}</strong></div>
|
||||||
|
<br style="clear: both;" />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -246,10 +250,6 @@ table.hrdiff caption span {
|
|||||||
<span class="corners-top"><span></span></span>
|
<span class="corners-top"><span></span></span>
|
||||||
<div id="diff_content">
|
<div id="diff_content">
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
|
||||||
<!-- IF S_DIFF_CONFLICT_FILE -->
|
|
||||||
<div style="float: {S_CONTENT_FLOW_END};"><strong>{L_NUM_CONFLICTS}: {NUM_CONFLICTS}</strong></div>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
{DIFF_CONTENT}
|
{DIFF_CONTENT}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user