Changeset 8490
- Timestamp:
- 01/05/10 17:05:49 (3 years ago)
- Files:
-
- modules/branches/2.6/logfiles/module.xml (modified) (1 diff)
- modules/branches/2.6/logfiles/page.logfiles.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/logfiles/module.xml
r7937 r8490 2 2 <rawname>logfiles</rawname> 3 3 <name>Asterisk Logfiles</name> 4 <version>2.6. 0.0</version>4 <version>2.6.1</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> 7 7 <changelog> 8 *2.6.1* #3763, #3978 8 9 *2.6.0.0* localizations, misc 9 10 *2.5.0.2* #3645 modules/branches/2.6/logfiles/page.logfiles.php
r8447 r8490 23 23 chr(27).'[1;35;40m' => '<span class="magenta">', 24 24 chr(27).'[1;36;40m' => '<span class="cyan">', 25 chr(27).'[0;37;40m' => '<span class="black">',//this should really be white - but that would leave text unreadable on the screen25 chr(27).'[0;37;40m' => '<span class="black">',//this should really be white - but that would leave text unreadable on the white background of the page 26 26 27 27 chr(27).'[1;40m' => '<span class="bold">', … … 45 45 .bold{font-weight: bold;} 46 46 .underline{text-decoration:underline;} 47 .pre{ ;font-family:"Courier New", Courier, monospace;font-size:0.85em}47 .pre{font-family:"Courier New", Courier, monospace;font-size:0.85em} 48 48 </style> 49 49 <h2>
