Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2013-08-06 17:43:08 +0400
committerMichal Čihař <mcihar@suse.cz>2013-08-06 17:44:51 +0400
commitef30133a94f595f6d98d143d02995045d3cc1d25 (patch)
treed72cc30c7e74836d78a5726ac2ab6af00cb0ce89 /db_tracking.php
parentdeca3cb971a6b0096dc13a5e5f2e00ef4e50dada (diff)
Various coding style fixes
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php16
1 files changed, 12 insertions, 4 deletions
diff --git a/db_tracking.php b/db_tracking.php
index b849928843..983be487be 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -1,6 +1,8 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
+ * Tracking configuration for database
+ *
* @package PhpMyAdmin
*/
@@ -132,10 +134,16 @@ if ($GLOBALS['dbi']->numRows($all_tables_result) > 0) {
<td><?php echo $version_data['date_created'];?></td>
<td><?php echo $version_data['date_updated'];?></td>
<td><?php echo $version_status;?></td>
- <td><a class="drop_tracking_anchor ajax" href="<?php echo $delete_link;?>" ><?php echo $drop_image_or_text; ?></a></td>
- <td> <a href="<?php echo $tmp_link; ?>"><?php echo __('Versions');?></a>
- | <a href="<?php echo $tmp_link; ?>&amp;report=true&amp;version=<?php echo $version_data['version'];?>"><?php echo __('Tracking report');?></a>
- | <a href="<?php echo $tmp_link; ?>&amp;snapshot=true&amp;version=<?php echo $version_data['version'];?>"><?php echo __('Structure snapshot');?></a></td>
+ <td>
+ <a class="drop_tracking_anchor ajax" href="<?php echo $delete_link;?>" >
+ <?php echo $drop_image_or_text; ?></a>
+ </td>
+ <td>
+ <a href="<?php echo $tmp_link; ?>"><?php echo __('Versions');?></a>
+ |
+ <a href="<?php echo $tmp_link; ?>&amp;report=true&amp;version=<?php echo $version_data['version'];?>"><?php echo __('Tracking report');?></a>
+ |
+ <a href="<?php echo $tmp_link; ?>&amp;snapshot=true&amp;version=<?php echo $version_data['version'];?>"><?php echo __('Structure snapshot');?></a></td>
</tr>
<?php
if ($style == 'even') {