diff --git a/Source/pages/index.php b/Source/pages/index.php
index f48eba8..b5073b6 100644
--- a/Source/pages/index.php
+++ b/Source/pages/index.php
@@ -48,7 +48,7 @@
|
id, plugin_lang_get( 'browse' ) );
+ print_bracket_link( plugin_page( 'list' ) . '&id=' . $t_repo->id, plugin_lang_get( 'changesets' ) );
#print_bracket_link( event_signal( 'EVENT_SOURCE_URL_REPO', $t_repo ), plugin_lang_get( 'browse' ) );
if ( $t_can_manage ) {
if ( preg_match( '/^Import \d+-\d+\d+/', $t_repo->name ) ) {
diff --git a/Source/pages/list.php b/Source/pages/list.php
index 4980532..c6d6233 100644
--- a/Source/pages/list.php
+++ b/Source/pages/list.php
@@ -31,12 +31,15 @@
-name ?> |
+name ?> |
id, plugin_lang_get( 'manage' ) );
}
+if ( $t_url = event_signal( 'EVENT_SOURCE_URL_REPO', $t_repo ) ) {
+ print_bracket_link( $t_url, plugin_lang_get( 'browse' ) );
+}
print_bracket_link( plugin_page( 'index' ), plugin_lang_get( 'back' ) );
?>
|
@@ -65,13 +68,13 @@
?>
-message ) ?> |
+message ) ?> |
files as $t_file ) { ?>
- |
+ |
|
-
+ |
| |