mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user