minor change in html structure

This commit is contained in:
Uwe Steinmann 2015-01-30 08:18:52 +01:00
parent 8a6ff2f48a
commit 92279dcaf4

View File

@ -102,13 +102,17 @@ $(document).ready(function() {
// Retrieve a list of all users and groups that have review / approve // Retrieve a list of all users and groups that have review / approve
// privileges. // privileges.
$docAccess = $folder->getReadAccessList($enableadminrevapp, $enableownerrevapp); $docAccess = $folder->getReadAccessList($enableadminrevapp, $enableownerrevapp);
$this->contentSubHeading(getMLText("document_infos"));
?> ?>
<form action="../op/op.AddDocument.php" enctype="multipart/form-data" method="post" name="form1" onsubmit="return checkForm();"> <form action="../op/op.AddDocument.php" enctype="multipart/form-data" method="post" name="form1" onsubmit="return checkForm();">
<?php echo createHiddenFieldWithKey('adddocument'); ?> <?php echo createHiddenFieldWithKey('adddocument'); ?>
<input type="hidden" name="folderid" value="<?php print $folderid; ?>"> <input type="hidden" name="folderid" value="<?php print $folderid; ?>">
<input type="hidden" name="showtree" value="<?php echo showtree();?>"> <input type="hidden" name="showtree" value="<?php echo showtree();?>">
<table class="table-condensed"> <table class="table-condensed">
<tr>
<td>
<?php $this->contentSubHeading(getMLText("document_infos")); ?>
</td>
</tr>
<tr> <tr>
<td><?php printMLText("name");?>:</td> <td><?php printMLText("name");?>:</td>
<td><input type="text" name="name" size="60"></td> <td><input type="text" name="name" size="60"></td>