Documentation is available at standard_edit.obj.php
1 <?php
2 #IPW METAZO 2.0 OBJECT
3 $_objoldid = 314104;
4 function objfile_314104 () {
5 $obj = owNew('template');
6 $objdata['name'] = "standard_edit";
7 $objdata['content'] = "{if \$user.level >= ACCESS_EDITOR}
8 <input type=\"button\" class=\"exteditbutton\" style=\"position: absolute; top: 3px; right: 40px;\" value=\"Rediger\"
9 onclick=\"window.open('{\$system.system_url}gui.php?view=editor&objectid={\$document.object.objectid}','','top=0,left=0,width=970,height=670,toolbar=0,location=0,status=1,scrollbars=1,resizable=1'); return false;\"
10 >
11 {/if}";
12 $objdata['param'] = "";
13 $objdata['setting'] = "";
14 $objdata['tpltype'] = "1";
15 $objdata['header'] = "";
16 $objdata['style'] = ".exteditbutton {
17 background-color: #c0c8d0; font-style: bold; font-size: 80%; font-weight: bold;
18 }
19 ";
20 $objdata['doctype'] = "0";
21 $obj->createObject($objdata);
22 return $obj;
23 }
24 ?>
Documentation generated on Thu, 9 Jun 2005 06:53:19 +0200 by phpDocumentor 1.2.3