Browse Source

reverted formatting

pull/432/head
Alan Stanley 11 years ago
parent
commit
8242bd272a
  1. 12
      includes/datastream.version.inc

12
includes/datastream.version.inc

@ -110,9 +110,9 @@ function islandora_delete_datastream_version_form(array $form, array &$form_stat
return confirm_form($form,
t('Are you sure you want to delete version @version of the @dsid datastream?', array('@dsid' => $datastream->id, '@version' => $version)),
"islandora/object/{$datastream->parent->id}",
t('This action cannot be undone.'),
t('Delete'),
t('Cancel')
t('This action cannot be undone.'),
t('Delete'),
t('Cancel')
);
}
@ -182,9 +182,9 @@ function islandora_revert_datastream_version_form(array $form, array &$form_stat
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')
"",
t('Revert'),
t('Cancel')
);
}

Loading…
Cancel
Save