summaryrefslogtreecommitdiff
path: root/individual.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-07-06 21:36:14 +0000
committerNigel Osborne <kiwi3685@me.com>2010-07-06 21:36:14 +0000
commite73efe852eca4edc1fbbd87f55899ec00a4a081d (patch)
treea7cc80d5c3ef9ea8e9007230b234617fe494e30b /individual.php
parent4ba6c3aa87b89d4510f0fdc2dd98b0edb22348fe (diff)
downloadwebtrees-e73efe852eca4edc1fbbd87f55899ec00a4a081d.tar.gz
webtrees-e73efe852eca4edc1fbbd87f55899ec00a4a081d.tar.bz2
webtrees-e73efe852eca4edc1fbbd87f55899ec00a4a081d.zip
Minor tidying up
Diffstat (limited to 'individual.php')
-rw-r--r--individual.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/individual.php b/individual.php
index a522e9995a..568695529c 100644
--- a/individual.php
+++ b/individual.php
@@ -83,10 +83,6 @@ function showchanges() {
}
<?php } ?>
-//]]>
-</script>
-<script type="text/javascript">
-//<![CDATA[
var tabCache = new Array();
var pinned = false;
@@ -107,14 +103,15 @@ jQuery(document).ready(function(){
?>
});
});
-
//]]>
</script>
+
<style type="text/css">
#pin {
float: <?php echo $TEXT_DIRECTION=='rtl'?'left':'right';?>;
}
</style>
+
<div id="indi_main_blocks">
<?php
if ((empty($SEARCH_SPIDER))&&($controller->accept_success)) echo "<b>", i18n::translate('Changes successfully accepted into database'), "</b><br />";