diff --git a/etemplate/doc/etemplate.html b/etemplate/doc/etemplate.html index 7e59942422..c45dc486fb 100644 --- a/etemplate/doc/etemplate.html +++ b/etemplate/doc/etemplate.html @@ -424,7 +424,7 @@ and fill the content:

); $this->tmpl->read('et_media.show'); - $this->tmpl->exec('et_media.et_media.edit',$content); + $this->tmpl->exec('et_media.ui_et_media.edit',$content); } }

@@ -455,6 +455,7 @@ edit-function too:

elseif (isset($content['read'])) { unset($content['id']); // not set by user, so dont use for seach + unset($content['read']); $found = $this->search($content,False,'name,author'); // searches by using the no-empty fields if (!$found) @@ -493,7 +494,7 @@ edit-function too:

While makeing this changes we can add a [Cancel] and [Delete] button too:

-
                        
+
 			elseif (isset($content['cancel']))
 			{
 				$content = array(); 										// clear the contents