mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
use "include file" for grow text
git-svn-id: http://piwigo.org/svn/trunk@2641 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
{* $Id$ *}
|
||||
{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery().ready(function(){ldelim}
|
||||
jQuery("textarea").growfield({ldelim}
|
||||
animate: false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
{include file='include/autosize.inc.tpl'}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'title_edit_cat'|@translate}</h2>
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{* $Id$ *}
|
||||
{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery().ready(function(){ldelim}
|
||||
jQuery("textarea").growfield({ldelim}
|
||||
animate: false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
{include file='include/autosize.inc.tpl'}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'title_configuration'|@translate} {$TABSHEET_TITLE}</h2>
|
||||
|
||||
@@ -1,17 +1,8 @@
|
||||
{* $Id$ *}
|
||||
|
||||
{include file='include/autosize.inc.tpl'}
|
||||
{include file='include/datepicker.inc.tpl'}
|
||||
|
||||
{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery().ready(function(){ldelim}
|
||||
jQuery("textarea").growfield({ldelim}
|
||||
animate: false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<h2>{'Batch management'|@translate}</h2>
|
||||
|
||||
<h3>{$CATEGORIES_NAV}</h3>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{* $Id$ *}
|
||||
{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
|
||||
{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"}
|
||||
{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
|
||||
|
||||
{* Auto size and auto grow textarea *}
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{* $Id$ *}
|
||||
|
||||
{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
|
||||
|
||||
{include file='include/autosize.inc.tpl'}
|
||||
|
||||
<div class="titrePage">
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{* $Id$ *}
|
||||
|
||||
{include file='include/autosize.inc.tpl'}
|
||||
{include file='include/datepicker.inc.tpl'}
|
||||
|
||||
{literal}
|
||||
@@ -8,16 +9,6 @@
|
||||
</script>
|
||||
{/literal}
|
||||
|
||||
{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery().ready(function(){ldelim}
|
||||
jQuery("textarea").growfield({ldelim}
|
||||
animate: false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<h2>{'title_picmod'|@translate}</h2>
|
||||
|
||||
<img src="{$TN_SRC}" alt="{'thumbnail'|@translate}" class="thumbnail" />
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{* $Id $ *}
|
||||
|
||||
{include file='include/autosize.inc.tpl'}
|
||||
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user