You are here

revisions-summary-reset.tpl.php in Revisioning 7

Same filename and directory in other branches
  1. 8 revisioning_ux/revisions-summary-reset.tpl.php

revisions-summary-reset.tpl.php Removes the items added by revisions/revisions-summary.tpl.php, which adds the submenu that appears above the summary of node revisions. We replace that submenu with buttons at the bottom of the revisions summary in revisioning_ux_page_alter.

Variables available:

  • $submenu_links: an array of <a>-tags
  • $content: summary of node revisions (as a table)

File

revisioning_ux/revisions-summary-reset.tpl.php
View source
<?php

/**
 * @file
 * revisions-summary-reset.tpl.php
 * Removes the items added by revisions/revisions-summary.tpl.php, which
 * adds the submenu that appears above the summary of node revisions.
 * We replace that submenu with buttons at the bottom of the revisions
 * summary in revisioning_ux_page_alter.
 *
 * Variables available:
 * - $submenu_links: an array of <a>-tags
 * - $content: summary of node revisions (as a table)
 */
print $content;