mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
forgot that one ...
git-svn-id: file:///svn/phpbb/trunk@6948 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f0cc122948
commit
2b12afa025
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ function resize_panel()
|
||||||
width: 99%;
|
width: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
<!-- IF DIFF_MODE neq 'side_by_side' -->
|
<!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' -->
|
||||||
div#codepanel {
|
div#codepanel {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -199,7 +199,7 @@ table.hrdiff caption span {
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
<!-- IF DIFF_MODE neq 'side_by_side' -->
|
<!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' -->
|
||||||
<body onresize="resize_panel();" onload="resize_panel();">
|
<body onresize="resize_panel();" onload="resize_panel();">
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -515,7 +515,7 @@ class diff_renderer_raw extends diff_renderer
|
||||||
*/
|
*/
|
||||||
function get_diff_content($diff)
|
function get_diff_content($diff)
|
||||||
{
|
{
|
||||||
return '<textarea style="height: 400px;" class="full">' . htmlspecialchars($this->render($diff)) . '</textarea>';
|
return '<textarea style="height: 290px;" class="full">' . htmlspecialchars($this->render($diff)) . '</textarea>';
|
||||||
}
|
}
|
||||||
|
|
||||||
function _block_header($xbeg, $xlen, $ybeg, $ylen)
|
function _block_header($xbeg, $xlen, $ybeg, $ylen)
|
||||||
|
|
Loading…
Add table
Reference in a new issue