Browse Source

reverted formatting

pull/432/head
Alan Stanley 11 years ago
parent
commit
82ffcea0c2
  1. 7
      includes/datastream.version.inc

7
includes/datastream.version.inc

@ -179,7 +179,12 @@ function islandora_revert_datastream_version_form(array $form, array &$form_stat
$form_state['object_id'] = $datastream->parent->id;
$form_state['version'] = $version;
return confirm_form($form, t('Are you sure you want to revert to version @version of the @dsid datastream?', array('@dsid' => $datastream->id, '@version' => $version)), "islandora/object/{$datastream->parent->id}", "", t('Revert'), t('Cancel')
return confirm_form($form,
t('Are you sure you want to revert to version @version of the @dsid datastream?', array('@dsid' => $datastream->id, '@version' => $version)),
"islandora/object/{$datastream->parent->id}",
"",
t('Revert'),
t('Cancel')
);
}

Loading…
Cancel
Save