- drop version specific keywords
- drop version specific url - let user add links for versions (installation, support, whatever) - use application description and version description to display version description - don't provide a link in the cat_path to go in the same page we already are - various html improvement and fixes in modified lines
This commit is contained in:
@@ -238,10 +238,11 @@ else
|
||||
|
||||
echo html_table_end();
|
||||
echo html_frame_end();
|
||||
|
||||
echo "</form>";
|
||||
|
||||
// url edit form
|
||||
echo '<form enctype="multipart/form-data" action="editAppFamily.php" method="post">',"\n";
|
||||
echo '<input type=hidden name="appId" value='.$ob->appId.'>';
|
||||
echo html_frame_start("Edit URL","90%","",0);
|
||||
echo '<table border=0 cellpadding=6 cellspacing=0 width="100%">',"\n";
|
||||
|
||||
@@ -282,7 +283,7 @@ else
|
||||
|
||||
echo '</table>',"\n";
|
||||
echo html_frame_end();
|
||||
|
||||
echo "</form>";
|
||||
echo html_back_link(1,BASE."appview.php?appId=$ob->appId");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user