SF.net SVN: phpwiki:[10726] trunk/themes/blog/templates/viewsource.tmpl

vargenau--- via phpwiki-checkins <[email protected]>
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10726
          http://sourceforge.net/p/phpwiki/code/10726
Author:   vargenau
Date:     2021-12-06 09:50:43 +0000 (Mon, 06 Dec 2021)
Log Message:
-----------
blog: add div id=content in viewsource.tmpl to apply padding-left

Modified Paths:
--------------
    trunk/themes/blog/templates/viewsource.tmpl

Modified: trunk/themes/blog/templates/viewsource.tmpl
===================================================================
--- trunk/themes/blog/templates/viewsource.tmpl	2021-12-06 09:26:30 UTC (rev 10725)
+++ trunk/themes/blog/templates/viewsource.tmpl	2021-12-06 09:50:43 UTC (rev 10726)
@@ -11,9 +11,12 @@
   </p>
 <?php } ?>
 <br class="clear-floats" />
+<div id="content" class="narrowcolumn">
 <textarea class="wikiedit"
           name="content"
           rows="<?php echo $request->getPref('editHeight')?>"
           cols="<?php echo $request->getPref('editWidth')?>"
           readonly="readonly"
-><?php echo $PAGE_SOURCE ?></textarea>
+><?php echo $PAGE_SOURCE ?>
+</textarea>
+</div>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.