aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/show_default.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2009-03-11 16:39:44 +0000
committerpatdenice <patdenice@piwigo.org>2009-03-11 16:39:44 +0000
commit1516e8833f3a73b1dc4b73e7fa7d3c36bc25c0b4 (patch)
treeed310ca7115b56d014f60a84f1a3d5372cac7edb /plugins/LocalFilesEditor/show_default.tpl
parentbea3462f56e589ac95619c865cb4d89efe554d13 (diff)
Cosmetic Corections for LocalFiles Editor.
git-svn-id: http://piwigo.org/svn/trunk@3186 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--plugins/LocalFilesEditor/show_default.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/show_default.tpl b/plugins/LocalFilesEditor/show_default.tpl
index ffdca4d68..478c4a34a 100644
--- a/plugins/LocalFilesEditor/show_default.tpl
+++ b/plugins/LocalFilesEditor/show_default.tpl
@@ -1,5 +1,8 @@
{* $Id$ *}
-{html_head}<link rel="stylesheet" type="text/css" href="{$LOCALEDIT_PATH}locfiledit.css">{/html_head}
+{html_head}
+<link rel="stylesheet" type="text/css" href="{$LOCALEDIT_PATH}locfiledit.css">
+<style type="text/css">#headbranch, #theHeader, #copyright {ldelim} display: none; }</style>
+{/html_head}
{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
{known_script id="editarea" src=$LOCALEDIT_PATH|@cat:"editarea/edit_area_full.js"}
<script type="text/javascript">
@@ -24,6 +27,7 @@ function unloadEditarea() {ldelim}
</script>
<div id="LocalFilesEditor">
+<h1>{$TITLE}</h1>
<textarea id="text" rows="30" cols="90">{$DEFAULT_CONTENT}</textarea>