diff options
| -rw-r--r-- | modules/googlemap/admin_config.php | 29 | ||||
| -rw-r--r-- | modules/googlemap/admin_editconfig.php | 151 | ||||
| -rw-r--r-- | modules/googlemap/admin_placecheck.php | 10 | ||||
| -rw-r--r-- | modules/googlemap/admin_places.php | 17 | ||||
| -rw-r--r-- | themes/_administration/style.css | 10 |
5 files changed, 83 insertions, 134 deletions
diff --git a/modules/googlemap/admin_config.php b/modules/googlemap/admin_config.php index 67cfa3dc0a..b6b75b88e5 100644 --- a/modules/googlemap/admin_config.php +++ b/modules/googlemap/admin_config.php @@ -44,27 +44,16 @@ if (file_exists('modules/googlemap/config.php')) { print_header(WT_I18N::translate('GoogleMap Configuration')); -if (WT_USER_IS_ADMIN) { ?> -<table class="center"> - <tr> - <td colspan="2" class="topbottombar" style="text-align:center; "><?php echo WT_I18N::translate('GoogleMap Configuration'); ?></td> - </tr> - <tr> - <td class="optionbox"><a href="module.php?mod=googlemap&mod_action=admin_editconfig"><?php echo WT_I18N::translate('Manage GoogleMap configuration'); ?></a><?php echo help_link('GOOGLEMAP_CONFIG','googlemap'); ?> - </td> - <td class="optionbox"><a href="module.php?mod=googlemap&mod_action=admin_places"><?php echo WT_I18N::translate('Edit geographic place locations'); ?></a><?php echo help_link('PLE_EDIT','googlemap'); ?> - </td> - </tr> - <tr> - <td class="optionbox"><a href="module.php?mod=googlemap&mod_action=admin_placecheck"><?php echo WT_I18N::translate('Place Check'); ?></a><?php echo help_link('GOOGLEMAP_PLACECHECK','googlemap'); ?> - </td> - <td class="optionbox"> - </td> - </tr> -</table> -<?php -print_footer(); +if (WT_USER_IS_ADMIN) { + echo '<table id="gm_config"><tr>', + '<th><a ', (safe_GET('mod_action')=="admin_editconfig" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_editconfig">', WT_I18N::translate('Manage GoogleMap configuration'), '</a>', help_link('GOOGLEMAP_CONFIG','googlemap'), '</th>', + '<th><a ', (safe_GET('mod_action')=="admin_places" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_places">', WT_I18N::translate('Edit geographic place locations'), '</a>', help_link('PLE_EDIT','googlemap'), '</th>', + '<th><a ', (safe_GET('mod_action')=="admin_placecheck" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_placecheck">', WT_I18N::translate('Place Check'), '</a>', help_link('GOOGLEMAP_PLACECHECK','googlemap'), '</th>', + '</tr></table>'; + print_footer(); } else { header('Location: '.WT_SERVER_NAME.WT_SCRIPT_PATH.'login.php?url=module.php?mod=googlemap&mod_action=admin_config'); exit; } + + diff --git a/modules/googlemap/admin_editconfig.php b/modules/googlemap/admin_editconfig.php index 6448953c9a..a06bf35b92 100644 --- a/modules/googlemap/admin_editconfig.php +++ b/modules/googlemap/admin_editconfig.php @@ -44,9 +44,9 @@ function print_level_config_table($level) { global $GM_POSTFIX, $GM_PRE_POST_MODE, $GM_MAX_NOF_LEVELS; ?> <div id="level<?php echo $level; ?>" style="display:<?php if ($GM_MAX_NOF_LEVELS >= $level) {echo "block";} else {echo "none";} ?>"> - <table class="facts_table"> + <table id="gm_levels"> <tr> - <td class="descriptionbox" colspan="2"> + <td colspan="2"> <?php if ($level==1) { echo WT_I18N::translate('Country'); @@ -95,15 +95,16 @@ function print_level_config_table($level) { print_header(WT_I18N::translate('GoogleMap Configuration')); -echo '<span class="subheaders">', WT_I18N::translate('GoogleMap Configuration'), '</span>'; - if (!WT_USER_IS_ADMIN) { - echo "<table class=\"facts_table\">"; - echo "<tr><td colspan=\"2\" class=\"facts_value\">", WT_I18N::translate('Page only for Administrators'); - echo "</td></tr></table>"; - echo "<br /><br /><br />"; + echo '<div>', WT_I18N::translate('Page only for Administrators'), '</div>'; print_footer(); exit; +} else { + echo '<table id="gm_config"><tr>', + '<th><a ', (safe_GET('mod_action')=="admin_editconfig" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_editconfig">', WT_I18N::translate('Manage GoogleMap configuration'), '</a>', help_link('GOOGLEMAP_CONFIG','googlemap'), '</th>', + '<th><a ', (safe_GET('mod_action')=="admin_places" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_places">', WT_I18N::translate('Edit geographic place locations'), '</a>', help_link('PLE_EDIT','googlemap'), '</th>', + '<th><a ', (safe_GET('mod_action')=="admin_placecheck" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_placecheck">', WT_I18N::translate('Place Check'), '</a>', help_link('GOOGLEMAP_PLACECHECK','googlemap'), '</th>', + '</tr></table>'; } if ($action=="update" && !isset($security_user)) { @@ -200,28 +201,18 @@ if ($action=="update" && !isset($security_user)) { <form method="post" name="configform" action="module.php?mod=googlemap&mod_action=admin_editconfig"> <input type="hidden" name="action" value="update" /> -<table class="facts_table"> +<table id="gm_edit_config"> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Enable GoogleMap'), help_link('GOOGLEMAP_ENABLE','googlemap'); ?> - </td> - <td class="optionbox width60"> - <?php echo edit_field_yes_no('NEW_GM_ENABLE', $GOOGLEMAP_ENABLED); ?> - </td> + <th><?php echo WT_I18N::translate('Enable GoogleMap'), help_link('GOOGLEMAP_ENABLE','googlemap'); ?></th> + <td><?php echo edit_field_yes_no('NEW_GM_ENABLE', $GOOGLEMAP_ENABLED); ?></td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('GoogleMap API key'), help_link('GOOGLEMAP_API_KEY','googlemap'); ?> - </td> - <td class="optionbox width60"> - <input type="text" name="NEW_GM_API_KEY" value="<?php echo $GOOGLEMAP_API_KEY; ?>" size="60" /> - </td> + <th><?php echo WT_I18N::translate('GoogleMap API key'), help_link('GOOGLEMAP_API_KEY','googlemap'); ?></th> + <td><input type="text" name="NEW_GM_API_KEY" value="<?php echo $GOOGLEMAP_API_KEY; ?>" size="60" /></td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Default map type'), help_link('GOOGLEMAP_MAP_TYPE','googlemap'); ?> - </td> - <td class="optionbox width60"> + <th><?php echo WT_I18N::translate('Default map type'), help_link('GOOGLEMAP_MAP_TYPE','googlemap'); ?></th> + <td> <select name="NEW_GM_MAP_TYPE"> <option value="G_NORMAL_MAP" <?php if ($GOOGLEMAP_MAP_TYPE=="G_NORMAL_MAP") echo "selected=\"selected\""; ?>><?php echo WT_I18N::translate('Map'); ?></option> <option value="G_SATELLITE_MAP" <?php if ($GOOGLEMAP_MAP_TYPE=="G_SATELLITE_MAP") echo "selected=\"selected\""; ?>><?php echo WT_I18N::translate('Satellite'); ?></option> @@ -231,10 +222,8 @@ if ($action=="update" && !isset($security_user)) { </td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Size of map (in pixels)'), help_link('GOOGLEMAP_MAP_SIZE','googlemap'); ?> - </td> - <td class="optionbox width60"> + <th><?php echo WT_I18N::translate('Size of map (in pixels)'), help_link('GOOGLEMAP_MAP_SIZE','googlemap'); ?></th> + <td> <?php echo WT_I18N::translate('Width'); ?> <input type="text" name="NEW_GM_XSIZE" value="<?php echo $GOOGLEMAP_XSIZE; ?>" size="10" /> <?php echo WT_I18N::translate('Height'); ?> @@ -242,18 +231,12 @@ if ($action=="update" && !isset($security_user)) { </td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Use Googlemap for Place Hierarchy'), help_link('GOOGLEMAP_PH','googlemap'); ?> - </td> - <td class="optionbox width60"> - <?php echo edit_field_yes_no('NEW_GM_PLACE_HIERARCHY', $GOOGLEMAP_PLACE_HIERARCHY); ?> - </td> + <th><?php echo WT_I18N::translate('Use Googlemap for Place Hierarchy'), help_link('GOOGLEMAP_PH','googlemap'); ?></th> + <td><?php echo edit_field_yes_no('NEW_GM_PLACE_HIERARCHY', $GOOGLEMAP_PLACE_HIERARCHY); ?></td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Size of Place Hierarchy map (in pixels)'), help_link('GOOGLEMAP_PH_MAP_SIZE','googlemap'); ?> - </td> - <td class="optionbox width60"> + <th><?php echo WT_I18N::translate('Size of Place Hierarchy map (in pixels)'), help_link('GOOGLEMAP_PH_MAP_SIZE','googlemap'); ?></th> + <td> <?php echo WT_I18N::translate('Width'); ?> <input type="text" name="NEW_GM_PH_XSIZE" value="<?php echo $GOOGLEMAP_PH_XSIZE; ?>" size="10" /> <?php echo WT_I18N::translate('Height'); ?> @@ -261,10 +244,8 @@ if ($action=="update" && !isset($security_user)) { </td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Type of place markers in Place Hierarchy'), help_link('GOOGLEMAP_PH_MARKER','googlemap'); ?> - </td> - <td class="optionbox width60"> + <th><?php echo WT_I18N::translate('Type of place markers in Place Hierarchy'), help_link('GOOGLEMAP_PH_MARKER','googlemap'); ?></th> + <td> <select name="NEW_GM_PH_MARKER"> <option value="G_DEFAULT_ICON" <?php if ($GOOGLEMAP_PH_MARKER=="G_DEFAULT_ICON") echo "selected=\"selected\""; ?>><?php echo WT_I18N::translate('Standard'); ?></option> <option value="G_FLAG" <?php if ($GOOGLEMAP_PH_MARKER=="G_FLAG") echo "selected=\"selected\""; ?>><?php echo WT_I18N::translate('Flag'); ?></option> @@ -272,50 +253,28 @@ if ($action=="update" && !isset($security_user)) { </td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Display short placenames'), help_link('GM_DISP_SHORT_PLACE','googlemap'); ?> - </td> - <td class="optionbox width60"> - <?php echo edit_field_yes_no('NEW_GM_DISP_SHORT_PLACE', $GM_DISP_SHORT_PLACE); ?> - </td> + <th><?php echo WT_I18N::translate('Display short placenames'), help_link('GM_DISP_SHORT_PLACE','googlemap'); ?></th> + <td><?php echo edit_field_yes_no('NEW_GM_DISP_SHORT_PLACE', $GM_DISP_SHORT_PLACE); ?></td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Display indis and families count'), help_link('GM_DISP_COUNT','googlemap'); ?> - </td> - <td class="optionbox width60"> - <?php echo edit_field_yes_no('NEW_GM_DISP_COUNT', $GM_DISP_COUNT); ?> - </td> + <th><?php echo WT_I18N::translate('Display indis and families count'), help_link('GM_DISP_COUNT','googlemap'); ?></th> + <td><?php echo edit_field_yes_no('NEW_GM_DISP_COUNT', $GM_DISP_COUNT); ?></td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Use mouse wheel for zoom'), help_link('GOOGLEMAP_PH_WHEEL','googlemap'); ?> - </td> - <td class="optionbox width60"> - <?php echo edit_field_yes_no('NEW_GM_PH_WHEEL', $GOOGLEMAP_PH_WHEEL); ?> - </td> + <th><?php echo WT_I18N::translate('Use mouse wheel for zoom'), help_link('GOOGLEMAP_PH_WHEEL','googlemap'); ?></th> + <td><?php echo edit_field_yes_no('NEW_GM_PH_WHEEL', $GOOGLEMAP_PH_WHEEL); ?></td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Hide map controls'), help_link('GOOGLEMAP_PH_CONTROLS','googlemap'); ?> - </td> - <td class="optionbox width60"> - <?php echo edit_field_yes_no('NEW_GM_PH_CONTROLS', $GOOGLEMAP_PH_CONTROLS); ?> - </td> + <th><?php echo WT_I18N::translate('Hide map controls'), help_link('GOOGLEMAP_PH_CONTROLS','googlemap'); ?></th> + <td><?php echo edit_field_yes_no('NEW_GM_PH_CONTROLS', $GOOGLEMAP_PH_CONTROLS); ?></td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Display Map Co-ordinates'), help_link('GOOGLEMAP_COORD','googlemap'); ?> - </td> - <td class="optionbox width60"> - <?php echo edit_field_yes_no('NEW_GM_COORD', $GOOGLEMAP_COORD); ?> - </td> + <th><?php echo WT_I18N::translate('Display Map Co-ordinates'), help_link('GOOGLEMAP_COORD','googlemap'); ?></th> + <td><?php echo edit_field_yes_no('NEW_GM_COORD', $GOOGLEMAP_COORD); ?></td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Zoom factor of map'), help_link('GOOGLEMAP_MAP_ZOOM','googlemap'); ?> - </td> - <td class="optionbox width60"> + <th><?php echo WT_I18N::translate('Zoom factor of map'), help_link('GOOGLEMAP_MAP_ZOOM','googlemap'); ?></th> + <td> <?php echo WT_I18N::translate('minimum'); ?>: <select name="NEW_GM_MIN_ZOOM"> <?php for ($j=1; $j < 15; $j++) { ?> <option value="<?php echo $j, "\""; if ($GOOGLEMAP_MIN_ZOOM==$j) echo " selected=\"selected\""; echo ">", $j; ?></option> @@ -329,10 +288,8 @@ if ($action=="update" && !isset($security_user)) { </td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Precision'), help_link('GOOGLEMAP_PRECISION','googlemap'); ?> - </td> - <td class="optionbox width60"> + <th><?php echo WT_I18N::translate('Precision'), help_link('GOOGLEMAP_PRECISION','googlemap'); ?></th> + <td> <table> <tr> <td><?php echo WT_I18N::translate('Country'); ?> </td> @@ -389,12 +346,12 @@ if ($action=="update" && !isset($security_user)) { </td> </tr> <tr> - <td class="descriptionbox nowrap"><?php echo WT_I18N::translate('Default top level value'), help_link('GM_DEFAULT_LEVEL_0','googlemap'); ?></td> - <td class="optionbox width60"><input type="text" name="NEW_GM_DEFAULT_TOP_LEVEL" value="<?php echo $GM_DEFAULT_TOP_VALUE; ?>" size="20" /></td> + <th><?php echo WT_I18N::translate('Default top level value'), help_link('GM_DEFAULT_LEVEL_0','googlemap'); ?></th> + <td><input type="text" name="NEW_GM_DEFAULT_TOP_LEVEL" value="<?php echo $GM_DEFAULT_TOP_VALUE; ?>" size="20" /></td> </tr> <tr> - <td class="descriptionbox nowrap"><?php echo WT_I18N::translate('Number of levels'), help_link('GM_NOF_LEVELS','googlemap'); ?></td> - <td class="optionbox width60"> + <th><?php echo WT_I18N::translate('Number of levels'), help_link('GM_NOF_LEVELS','googlemap'); ?></th> + <td> <select name="NEW_GM_LEVEL_COUNT" dir="ltr" onchange="showSelectedLevels()"> <option value="1"<?php if ($GM_MAX_NOF_LEVELS == 1) echo " selected=\"selected\""; ?>>1</option> <option value="2"<?php if ($GM_MAX_NOF_LEVELS == 2) echo " selected=\"selected\""; ?>>2</option> @@ -409,10 +366,8 @@ if ($action=="update" && !isset($security_user)) { </td> </tr> <tr> - <td class="descriptionbox nowrap"> - <?php echo WT_I18N::translate('Configuration per level'); ?> - </td> - <td class="optionbox width60"> + <th><?php echo WT_I18N::translate('Configuration per level'); ?></th> + <td> <?php print_level_config_table(1); print_level_config_table(2); @@ -427,19 +382,11 @@ if ($action=="update" && !isset($security_user)) { </td> </tr> </table> -<table class="facts_table"> - <tr> - <td class="descriptionbox" colspan="2" align="center"> - <a href="module.php?mod=googlemap&mod_action=admin_places"><?php echo WT_I18N::translate('Edit geographic place locations'); ?></a> - </td> - <tr> - <td class="descriptionbox" colspan="2" align="center"> - <input type="submit" value="<?php echo WT_I18N::translate('Save configuration'); ?>" onclick="closeHelp();" /> - - <input type="reset" value="<?php echo WT_I18N::translate('Reset'); ?>" /> - </td> - </tr> -</table> +<p> + <input type="submit" value="<?php echo WT_I18N::translate('Save configuration'); ?>" onclick="closeHelp();" /> + + <input type="reset" value="<?php echo WT_I18N::translate('Reset'); ?>" /> +</p> </form> <?php diff --git a/modules/googlemap/admin_placecheck.php b/modules/googlemap/admin_placecheck.php index c2031a8040..5c9bc3467e 100644 --- a/modules/googlemap/admin_placecheck.php +++ b/modules/googlemap/admin_placecheck.php @@ -50,10 +50,14 @@ print_header(WT_I18N::translate('Place Check').' - '.WT_GEDCOM); $target=$openinnew ? "target='_blank'" : ""; -echo "<div align=\"center\" style=\"width: 99%;\"><h1>", WT_I18N::translate('Place Check'), "</h1></div>"; +echo '<table id="gm_config"><tr>', + '<th><a ', (safe_GET('mod_action')=="admin_editconfig" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_editconfig">', WT_I18N::translate('Manage GoogleMap configuration'), '</a>', help_link('GOOGLEMAP_CONFIG','googlemap'), '</th>', + '<th><a ', (safe_GET('mod_action')=="admin_places" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_places">', WT_I18N::translate('Edit geographic place locations'), '</a>', help_link('PLE_EDIT','googlemap'), '</th>', + '<th><a ', (safe_GET('mod_action')=="admin_placecheck" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_placecheck">', WT_I18N::translate('Place Check'), '</a>', help_link('GOOGLEMAP_PLACECHECK','googlemap'), '</th>', +'</tr></table>'; //Start of User Defined options -echo "<table border='0' width='100%' height='100px' overflow='auto';>"; +echo "<table border='0' width='98%' height='100px' overflow='auto';>"; echo "<form method='post' name='placecheck' action='module.php?mod=googlemap&mod_action=admin_placecheck'>"; echo "<tr valign='top'>"; echo "<td>"; @@ -344,7 +348,7 @@ case 'go': default: // Do not run until user selects a gedcom/place/etc. // Instead, show some useful help info. - echo "<p>", WT_I18N::translate('This will list all the places from the selected GEDCOM file. By default this will NOT INCLUDE places that are fully matched between the GEDCOM file and the GoogleMap tables'), "</p><hr />"; + echo "<p width=\"98%\">", WT_I18N::translate('This will list all the places from the selected GEDCOM file. By default this will NOT INCLUDE places that are fully matched between the GEDCOM file and the GoogleMap tables'), "</p><hr />"; break; } diff --git a/modules/googlemap/admin_places.php b/modules/googlemap/admin_places.php index 2dd794d8e6..da0333e032 100644 --- a/modules/googlemap/admin_places.php +++ b/modules/googlemap/admin_places.php @@ -148,14 +148,18 @@ function findFiles($path) { } } +print_header(WT_I18N::translate('Edit geographic place locations')); + if (!WT_USER_IS_ADMIN) { - echo "<span class=\"subheaders\">".WT_I18N::translate('Edit geographic place locations')."</span><br /><br />"; - echo "<table class=\"facts_table\">\n"; - echo "<tr><td colspan=\"2\" class=\"facts_value\">", WT_I18N::translate('Page only for Administrators'); - echo "</td></tr></table>\n"; - echo "<br /><br /><br />\n"; + echo '<div>', WT_I18N::translate('Page only for Administrators'), '</div>'; print_footer(); exit; +} else { + echo '<table id="gm_config"><tr>', + '<th><a ', (safe_GET('mod_action')=="admin_editconfig" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_editconfig">', WT_I18N::translate('Manage GoogleMap configuration'), '</a>', help_link('GOOGLEMAP_CONFIG','googlemap'), '</th>', + '<th><a ', (safe_GET('mod_action')=="admin_places" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_places">', WT_I18N::translate('Edit geographic place locations'), '</a>', help_link('PLE_EDIT','googlemap'), '</th>', + '<th><a ', (safe_GET('mod_action')=="admin_placecheck" ? 'class="current" ' : ''), 'href="module.php?mod=googlemap&mod_action=admin_placecheck">', WT_I18N::translate('Place Check'), '</a>', help_link('GOOGLEMAP_PLACECHECK','googlemap'), '</th>', + '</tr></table>'; } global $GOOGLEMAP_MAX_ZOOM; @@ -183,8 +187,6 @@ if ($action=="ExportFile" && WT_USER_IS_ADMIN) { exit; } -print_header(WT_I18N::translate('Edit geographic place locations')); - if ($action=="ImportGedcom") { $placelist=array(); $j=0; @@ -545,7 +547,6 @@ function delete_place(placeid) { </script> <?php -echo "<span class=\"subheaders\">".WT_I18N::translate('Edit geographic place locations').": </span>"; $where_am_i=place_id_to_hierarchy($parent); foreach (array_reverse($where_am_i, true) as $id=>$place) { if ($id==$parent) { diff --git a/themes/_administration/style.css b/themes/_administration/style.css index 9557cadb3e..3b54ebd438 100644 --- a/themes/_administration/style.css +++ b/themes/_administration/style.css @@ -218,7 +218,7 @@ table.upload_media {border-collapse: separate; border-spacing: 0; margin:10px 0; .upload_media td {background:OldLace; border:1px inset #D9D6C4; border-right:0; padding:5px;} .upload_media td+td {border-left:0; padding-left:20px;} -/*MANAGE SITES*/ +/* MANAGE SITES*/ table.sites {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0;} .sites th {font-size:105%; font-weight:bold; text-align: left;} .sites td {padding:5px;} @@ -243,3 +243,11 @@ table#batch_update2 {background:OldLace; border:1px inset #D9D6C4; border-collap table#faq_module, table#faq_module2 {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:0 0 10px 0; padding:5px; width:918px;} #faq_module th {font-size:105%; font-weight:bold; text-align: left; vertical-align:top;} #faq_module2 th, #faq_module2 td {vertical-align:top; text-align:left;} + +/* GOOGLEMAP MODULE*/ +table#gm_config {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0; width:98%;} +#gm_config th {font-size:105%; font-weight:bold; padding:5px; text-align: left;} +table#gm_edit_config {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0; width:98%;} +#gm_edit_config th {border-bottom:1px solid LightGrey; font-weight:bold; padding:5px; text-align: left; vertical-align:top;} +#gm_edit_config td {border-bottom:1px solid LightGrey; margin-left:20px;} + |
