diff options
author | patdenice <patdenice@piwigo.org> | 2009-03-11 16:42:01 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-03-11 16:42:01 +0000 |
commit | 77d508c6d49c70f3a67672327f3d3c40f7de4cbb (patch) | |
tree | b88bdc673e75ae060ed52f173f7d387dd09ed7e2 /plugins/LocalFilesEditor/show_default.tpl | |
parent | a49cd3f84238a2b76e28e8b6ff13de2cdb4cd312 (diff) |
merge r3186 from trunk to branch 2.0.
Cosmetic Corections for LocalFiles Editor.
git-svn-id: http://piwigo.org/svn/branches/2.0@3187 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/LocalFilesEditor/show_default.tpl | 6 |
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> |