diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-31 18:04:01 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-31 18:04:01 -0700 |
commit | bff1e215cce27706fabe9f1764bce5c5a5b3b434 (patch) | |
tree | a8d8b0b4e38b242eb583bbd8996b60cf64540040 /view/tpl/pdledit.tpl | |
parent | 6efef3922b9fe6864c0855e6407b77ca54af70c5 (diff) | |
download | volse-hubzilla-bff1e215cce27706fabe9f1764bce5c5a5b3b434.tar.gz volse-hubzilla-bff1e215cce27706fabe9f1764bce5c5a5b3b434.tar.bz2 volse-hubzilla-bff1e215cce27706fabe9f1764bce5c5a5b3b434.zip |
pdledit - show original/system layout text for comparison
Diffstat (limited to 'view/tpl/pdledit.tpl')
-rw-r--r-- | view/tpl/pdledit.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/pdledit.tpl b/view/tpl/pdledit.tpl index 2ea89b6c1..66b8209c9 100644 --- a/view/tpl/pdledit.tpl +++ b/view/tpl/pdledit.tpl @@ -11,7 +11,10 @@ <br /> <br /> +<div class="descriptive-text">{{$original}}</div> +<pre><code>{{$src}}</code></pre> +<br /> <form action="pdledit" method="post" > <input type="hidden" name="module" value="{{$module}}" /> |