[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/rss/ -> edit_import_denied.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <form action={concat( '/rss/edit_import/', $rss_import.id )|ezurl} method="post">
   3  
   4  <h1>{'RSS import is locked'|i18n( 'design/standard/rss' )}</h1>
   5  
   6  <p>{'The RSS import %name is currently locked by %user and was last modified on %datetime.'|i18n( 'design/standard/rss',,
   7      hash( '%name', $rss_import.name|wash,
   8            '%user', concat( '<a href=', $rss_import.modifier.contentobject.main_node.url_alias|ezurl, '>', $rss_import.modifier.contentobject.name|wash,'</a>' ),
   9            '%datetime', $rss_import.modified|l10n( shortdatetime ) ) )}</p>
  10  
  11  <p>{'The RSS import will be available for editing once it is stored by the modifier or when it is automatically unlocked on %datetime.'|i18n( 'design/standard/rss',,
  12      hash( '%datetime', sum( $rss_import.modified, $lock_timeout )|l10n( shortdatetime ) ) )}</p>
  13  
  14  <div class="buttonblock">
  15      <input class="defaultbutton" type="submit" name="RetryButton" value="{'Retry'|i18n( 'design/standard/rss' )}" />
  16  </div>
  17  
  18  </form>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7