diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-07-06 21:36:14 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-07-06 21:36:14 +0000 |
| commit | e73efe852eca4edc1fbbd87f55899ec00a4a081d (patch) | |
| tree | a7cc80d5c3ef9ea8e9007230b234617fe494e30b /individual.php | |
| parent | 4ba6c3aa87b89d4510f0fdc2dd98b0edb22348fe (diff) | |
| download | webtrees-e73efe852eca4edc1fbbd87f55899ec00a4a081d.tar.gz webtrees-e73efe852eca4edc1fbbd87f55899ec00a4a081d.tar.bz2 webtrees-e73efe852eca4edc1fbbd87f55899ec00a4a081d.zip | |
Minor tidying up
Diffstat (limited to 'individual.php')
| -rw-r--r-- | individual.php | 7 |
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 />"; |
