diff options
Diffstat (limited to 'app/Controller')
| -rw-r--r-- | app/Controller/FamilyController.php | 3 | ||||
| -rw-r--r-- | app/Controller/FanchartController.php | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/app/Controller/FamilyController.php b/app/Controller/FamilyController.php index ae3ffcdf98..5f9504ea39 100644 --- a/app/Controller/FamilyController.php +++ b/app/Controller/FamilyController.php @@ -180,14 +180,12 @@ class FamilyController extends GedcomRecordController { echo I18N::translate('Note'); echo '</td><td class="optionbox">'; echo "<a href=\"#\" onclick=\"return add_new_record('" . $this->record->getXref() . "','NOTE');\">", I18N::translate('Add a new note'), '</a>'; - echo help_link('add_note'); echo '</td></tr>'; echo '<tr><td class="descriptionbox">'; echo I18N::translate('Shared note'); echo '</td><td class="optionbox">'; echo "<a href=\"#\" onclick=\"return add_new_record('" . $this->record->getXref() . "','SHARED_NOTE');\">", I18N::translate('Add a new shared note'), '</a>'; - echo help_link('add_shared_note'); echo '</td></tr>'; if ($WT_TREE->getPreference('MEDIA_UPLOAD') >= WT_USER_ACCESS_LEVEL) { @@ -205,7 +203,6 @@ class FamilyController extends GedcomRecordController { echo I18N::translate('Source'); echo '</td><td class="optionbox">'; echo "<a href=\"#\" onclick=\"return add_new_record('" . $this->record->getXref() . "','SOUR');\">", I18N::translate('Add a new source citation'), '</a>'; - echo help_link('add_source'); echo '</td></tr>'; } } diff --git a/app/Controller/FanchartController.php b/app/Controller/FanchartController.php index 56c89e18ba..4ef7da9f34 100644 --- a/app/Controller/FanchartController.php +++ b/app/Controller/FanchartController.php @@ -41,7 +41,7 @@ class FanchartController extends ChartController { // Extract the request parameters $this->fan_style = Filter::getInteger('fan_style', 2, 4, 3); - $this->fan_width = Filter::getInteger('fan_width', 50, 300, 100); + $this->fan_width = Filter::getInteger('fan_width', 50, 500, 100); $this->generations = Filter::getInteger('generations', 2, 9, $default_generations); if ($this->root && $this->root->canShowName()) { |
