[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {let current_user=fetch( user, current_user )} 3 <div id="package" class="create"> 4 <div id="sid-{$current_step.id|wash}" class="pc-{$creator.id|wash}"> 5 6 <form method="post" action={'package/create'|ezurl}> 7 8 {include uri="design:package/create/error.tpl"} 9 10 {include uri="design:package/header.tpl"} 11 12 <p>{'Please provide information on the changes.'|i18n('design/admin/package')}</p> 13 14 <div class="block"> 15 <label>{'Name'|i18n('design/admin/package')}</label> 16 <input class="box" type="text" name="PackageChangelogPerson" value="{$persistent_data.changelog_person|wash}" /> 17 </div> 18 19 <div class="block"> 20 <label>{'Email'|i18n('design/admin/package')}</label> 21 <input class="box" type="text" name="PackageChangelogEmail" value="{$persistent_data.changelog_email|wash}" /> 22 </div> 23 24 <div class="block"> 25 <label>{'Changes'|i18n('design/admin/package')}</label> 26 <p>{'Start an entry with a marker ( %emstart-%emend (dash) or %emstart*%emend (asterisk) ) at the beginning of the line. The change will continue to the next change marker.'|i18n( 'design/admin/package',, hash( '%emstart', '<em>', '%emend', '</em>' ) )|break}</p> 27 <textarea class="box" rows="10" name="PackageChangelogText">{$persistent_data.changelog_text|wash}</textarea> 28 </div> 29 30 {include uri="design:package/navigator.tpl"} 31 32 </form> 33 34 </div> 35 </div> 36 {/let}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |