예제 #1
0
    ?>
:</th>
			<td><input type="text" name="groupname" value="<?php 
    echo $dg->getName();
    ?>
" /></td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<th><?php 
    echo _('Belongs to');
    ?>
:</th>
			<td>
			<?php 
    $dgh->showSelectNestedGroups($dgf->getNested(), "parent_doc_group", true, $dg->getParentId(), array($dg->getID()));
    ?>
			</td>
			<td><input type="submit" value="<?php 
    echo _('Edit');
    ?>
" name="submit" /></td>
		</tr>
	</table>
	<p>
		 <?php 
    echo _('Group name will be used as a title, so it should be formatted correspondingly.');
    ?>

	</p>
	</form>