mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
- removed useless code from style.php
- added a view template cache mode to acp_styles - syntax highlighting for the acp css - completed refresh actions for themes and templates - fixed theme and template installation - use a function for generating database theme data - removed useless code from mcp_queue.php we might need to do some more tests of acp_styles with safe_mode on git-svn-id: file:///svn/phpbb/trunk@6007 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
19
phpBB/adm/style/viewsource.html
Normal file
19
phpBB/adm/style/viewsource.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-- INCLUDE simple_header.html -->
|
||||
|
||||
<div class="panel" style="padding:10px">
|
||||
|
||||
<h1>{FILENAME}</h1>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<!-- BEGIN source -->
|
||||
<tr valign="top">
|
||||
<td class="sourcenum">{source.LINENUM} </td>
|
||||
<td class="source">{source.LINE}</td>
|
||||
</tr>
|
||||
<!-- END source -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- INCLUDE simple_footer.html -->
|
Reference in New Issue
Block a user