new anchors
This commit is contained in:
@@ -47,12 +47,18 @@ if (!empty($cfg['Server']['pdf_pages'])){
|
|||||||
// this will fail if either the variable was not set or the table does not
|
// this will fail if either the variable was not set or the table does not
|
||||||
// exist
|
// exist
|
||||||
//
|
//
|
||||||
// i'd like to have a link to the appropiate chapter of the documentation
|
if(!isset($relex)){
|
||||||
// within the strings i am using now, but that requires the
|
echo sprintf($strNotSet,'relation') . '<br /><a href="Documentation.html#relation" target="documentation">' . $strDocu . '</a>';
|
||||||
// documentation.html to have some anchors
|
die();
|
||||||
if(!isset($relex)){die($strRelationNotSet);}
|
}
|
||||||
if(!isset($info)) {die($strInfoNotSet);}
|
if(!isset($info)) {
|
||||||
if(!isset($coords)){die($strCoordsNotSet);}
|
echo sprintf($strNotSet,'table_info') . '<br /><a href="Documentation.html#table_info" target="documentation">' . $strDocu . '</a>';
|
||||||
|
die();
|
||||||
|
}
|
||||||
|
if(!isset($coords)){
|
||||||
|
echo sprintf($strNotSet,'table_coords') . '<br /><a href="Documentation.html#table_coords" target="documentation">' . $strDocu . '</a>';
|
||||||
|
die();
|
||||||
|
}
|
||||||
|
|
||||||
// now is the time to work on all changes
|
// now is the time to work on all changes
|
||||||
if(isset($do)){
|
if(isset($do)){
|
||||||
|
Reference in New Issue
Block a user