[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {let node=fetch( content, node, hash( node_id, $node_id) )} 3 <div class="maincontentheader"> 4 <h1> 5 {'Add to my notifications'|i18n( 'design/standard/notification/addingresult')} 6 </h1> 7 </div> 8 9 <p> 10 {section show=$already_exists} 11 {"Notification for node <%node_name> already exists." 12 |i18n( 'design/standard/notification/addingresult',, 13 hash( '%node_name', $node.name ) )|wash} 14 {section-else} 15 {"Notification for node <%node_name> was added successfully." 16 |i18n( 'design/standard/notification/addingresult',, 17 hash( '%node_name', $node.name ) )|wash} 18 {/section} 19 </p> 20 {/let} 21 22 <div class="buttonblock"> 23 <form method="post" action={$redirect_url|ezurl}> 24 <input class="button" type="submit" name="OK" value="{'OK'|i18n('design/standard/notification/addingresult')}" /> 25 </form> 26 </div>
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 |