Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master -> Main Rename #116

Open
wants to merge 3 commits into
base: 7.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions views/islandora_batch.views_default.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function islandora_batch_views_default_views() {
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */

/* Display: Master */
$handler = $view->new_display('default', 'Master', 'default');
/* Display: Main */
$handler = $view->new_display('default', 'Main', 'default');
$handler->display->display_options['title'] = 'Islandora Batch Ingest Queue';
$handler->display->display_options['css_class'] = 'islandora-batch-view-table';
$handler->display->display_options['use_more_always'] = FALSE;
Expand Down Expand Up @@ -315,7 +315,7 @@ function islandora_batch_views_default_views() {
$handler->display->display_options['menu']['context'] = 0;
$handler->display->display_options['menu']['context_only_inline'] = 0;
$translatables['islandora_batch_queue'] = array(
t('Master'),
t('Main'),
t('Islandora Batch Ingest Queue'),
t('more'),
t('Apply'),
Expand Down Expand Up @@ -362,8 +362,8 @@ function islandora_batch_views_default_views() {
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */

/* Display: Master */
$handler = $view->new_display('default', 'Master', 'default');
/* Display: Main */
$handler = $view->new_display('default', 'Main', 'default');
$handler->display->display_options['title'] = 'Islandora Batch Ingest Sets';
$handler->display->display_options['css_class'] = 'islandora-batch-view-table';
$handler->display->display_options['use_more_always'] = FALSE;
Expand Down Expand Up @@ -574,7 +574,7 @@ function islandora_batch_views_default_views() {
$handler->display->display_options['menu']['context'] = 0;
$handler->display->display_options['menu']['context_only_inline'] = 0;
$translatables['islandora_batch_sets'] = array(
t('Master'),
t('Main'),
t('Islandora Batch Ingest Sets'),
t('more'),
t('Apply'),
Expand Down