[ Index ]
 

Code source de IMP H3 (4.1.5)

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/message/ -> navbar_actions.inc (source)

   1  <tr>
   2  <td colspan="3" class="control leftAlign">
   3  <?php if ($imp_headers->getFlag('deleted')): ?>
   4  <?php echo Horde::widget(Util::addParameter($self_link, 'actionID', 'undelete_message'), _("Undelete"), 'widget', '', '', _("Undelete"), true) ?>
   5  <?php else: ?>
   6  <?php echo Horde::widget(Util::addParameter($self_link, 'actionID', 'delete_message'), _("Delete"), 'widget', '', $delete_warning, _("_Delete"), true) ?>
   7  <?php endif; ?>
   8   | <?php echo Horde::widget(IMP::composeLink($reply_author, array('actionID' => 'reply', 'index' => $index, 'identity' => $identity, 'array_index' => $array_index)), _("Reply"), 'widget', '', '', _("_Reply"), true); ?>
   9  <?php if (!is_null($reply_list)): ?>
  10   | <?php echo Horde::widget(IMP::composeLink($reply_list, array('actionID' => 'reply_list', 'index' => $index, 'identity' => $identity, 'array_index' => $array_index)), _("Reply to List"), 'widget', '', '', _("Repl_y to List"), true) ?>
  11  <?php endif; ?>
  12  <?php if ($show_reply_all): ?>
  13   | <?php echo Horde::widget(IMP::composeLink(array(), array('actionID' => 'reply_all', 'index' => $index, 'identity' => $identity, 'array_index' => $array_index)), _("Reply to All"), 'widget', '', '', _("Reply to _All"), true) ?>
  14  <?php endif; ?>
  15   | <?php echo Horde::widget(IMP::composeLink(array(), array('actionID' => 'forward', 'index' => $index, 'identity' => $identity, 'array_index' => $array_index)), _("Forward"), 'widget', '', '', _("Fo_rward"), true) ?>
  16   | <?php echo Horde::widget(IMP::composeLink(array(), array('actionID' => 'redirect_compose', 'index' => $index, 'array_index' => $array_index)), _("Redirect"), 'widget', '', '', _("Redirec_t"), true) ?>
  17  <?php if (isset($imp_search) && !$imp_search->searchMboxID()): ?>
  18   | <?php echo Horde::widget($thread_link, _("View Thread"), 'widget', '', '', _("_View Thread"), true) ?>
  19  <?php endif; ?>
  20  <?php if ($show_blacklist_link): ?>
  21   | <?php echo Horde::widget(Util::addParameter($self_link, 'actionID', 'blacklist'), _("Blacklist"), 'widget', '', '', _("_Blacklist"), true) ?>
  22  <?php endif; ?>
  23  <?php if ($show_whitelist_link): ?>
  24   | <?php echo Horde::widget(Util::addParameter($self_link, 'actionID', 'whitelist'), _("Whitelist"), 'widget', '', '', _("_Whitelist"), true) ?>
  25  <?php endif; ?>
  26  <?php if (isset($source_link)): ?>
  27   | <?php echo $source_link . ' ' ?>
  28  <?php endif; ?>
  29  <?php if (!empty($conf['user']['allow_resume_all']) || (!empty($conf['user']['allow_resume_all_in_drafts']) && $mailbox_name == IMP::folderPref($prefs->getValue('drafts_folder'), true)) || ($imp_headers->getFlag('draft'))): ?>
  30   | <?php echo Horde::widget(IMP::composeLink(array(), array('actionID' => 'draft', 'mailbox' => $mailbox_name, 'index' => $index, 'array_index' => $array_index)), _("Resume"), 'widget', '', '', _("Resume"), true) ?>
  31  <?php endif; ?>
  32   | <?php echo Horde::widget($save_link, _("Save as"), 'widget', '', '', _("Sa_ve as"), 2) ?>
  33   | <?php echo Horde::widget($print_link, _("Print"), 'widget', '_blank', 'popup(this.href); return false;', _("_Print"), true) ?>
  34  <?php if ($conf['spam']['reporting'] && ($conf['spam']['spamfolder'] || $mailbox_name != IMP::folderPref($prefs->getValue('spam_folder'), true))): ?>
  35   | <?php echo Horde::widget('#', _("Report as Spam"), 'widget', '', "Submit('spam_report'); return false;", _("Report as Spam"), true) ?>
  36  <?php endif; ?>
  37  <?php if ($conf['notspam']['reporting'] && (!$conf['notspam']['spamfolder'] || $mailbox_name == IMP::folderPref($prefs->getValue('spam_folder'), true))): ?>
  38   | <?php echo Horde::widget('#', _("Report as Innocent"), 'widget', '', "Submit('notspam_report'); return false;", _("Report as Innocent"), true) ?>
  39  <?php endif; ?>
  40  </td>
  41  </tr>


Généré le : Thu Nov 29 12:30:07 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics