Project

General

Profile

« Previous | Next » 

Revision 1967

Added by darkviper about 11 years ago

/news/add.php fixed some little HTML syntax bugs

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12
===============================================================================
13 13

  
14
23 Sep-2013 Build 1967 Manuela v.d.Decken(DarkViper)
15
# /news/add.php fixed some little HTML syntax bugs
14 16
20 Sep-2013 Build 1966 Manuela v.d.Decken(DarkViper)
15 17
! upgrade-script.php add loading interface PasswordHashInterface
16 18
19 Sep-2013 Build 1965 Manuela v.d.Decken(DarkViper)
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1966');
54
if(!defined('REVISION')) define('REVISION', '1967');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/modules/news/add.php
20 20
	throw new IllegalFileException();
21 21
}
22 22

  
23
	$header      = '<table class="loop-header"'.PHP_EOL
23
	$header      = '<table class="loop-header">'.PHP_EOL
24 24
	             . '  <tbody>'.PHP_EOL;
25 25
	$post_loop   = '    <tr class="post-top">'.PHP_EOL
26 26
	             . '      <td class="post-title"><a href="[LINK]">[TITLE]</a></td>'.PHP_EOL
......
35 35
	             . '    </tr>';
36 36
	$footer      = '  </tbody>'.PHP_EOL
37 37
	             . '</table>'.PHP_EOL
38
	             . '<table class="page-header" style="display: [DISPLAY_PREVIOUS_NEXT_LINKS]'.PHP_EOL
38
	             . '<table class="page-header" style="display: [DISPLAY_PREVIOUS_NEXT_LINKS]>'.PHP_EOL
39 39
	             . '  <tbody>'.PHP_EOL
40 40
	             . '    <tr>'.PHP_EOL
41 41
	             . '      <td class="page-left">[PREVIOUS_PAGE_LINK]</td>'.PHP_EOL
......
44 44
	             . '    </tr>'.PHP_EOL
45 45
	             . '  </tbody>'.PHP_EOL
46 46
	             . '</table>'.PHP_EOL;
47
	$post_header = '<table class="post-header"'.PHP_EOL
47
	$post_header = '<table class="post-header">'.PHP_EOL
48 48
	             . '  <tbody>'.PHP_EOL
49 49
	             . '    <tr>'.PHP_EOL
50 50
	             . '      <td><h1>[TITLE]</h1></td>'.PHP_EOL

Also available in: Unified diff