diff --git a/include/vendor.php b/include/vendor.php
index 42a2fd1..d87b0e6 100644
--- a/include/vendor.php
+++ b/include/vendor.php
@@ -148,11 +148,38 @@ class Vendor {
return FALSE;
}
- function getOutputEditorValues($aClean)
+ function getOutputEditorValues($aClean)
{
$this->sName = $aClean['sVendorName'];
$this->sWebpage = $aClean['sVendorWebpage'];
}
+
+ function display()
+ {
+ echo 'Vendor Name: '.$this->sName,"\n";
+ if($this->canEdit())
+ {
+ echo "[iVendorId\">edit]";
+ }
+
+ echo '
',"\n";
+ if ($this->sWebpage)
+ echo 'Vendor URL: '.
+ $this->sWebpage.'
',"\n";
+
+
+ if($this->aApplicationsIds)
+ {
+ echo '
Applications by '.$this->sName.'