Merge branch 'seeddms-4.3.x' into seeddms-5.0.x

This commit is contained in:
Uwe Steinmann 2016-03-18 17:13:14 +01:00
commit 1912e013c4
3 changed files with 3 additions and 3 deletions

View File

@ -219,7 +219,7 @@ $(document).ready( function() {
$this->contentSubHeading(getMLText("add_member"));
?>
<form class="form-inline" action="../op/op.GroupMgr.php" method="POST" name="form_2" id="form_2" _onsubmit="return checkForm2('<?php print $group->getID();?>');">
<form class="form-inline" action="../op/op.GroupMgr.php" method="POST" name="form_2" id="form_2">
<?php echo createHiddenFieldWithKey('addmember'); ?>
<input type="Hidden" name="action" value="addmember">
<input type="Hidden" name="groupid" value="<?php print $group->getID();?>">

View File

@ -69,7 +69,7 @@ class SeedDMS_View_RewindWorkflow extends SeedDMS_Bootstrap_Style {
<div class="row-fluid">
<div class="span4">
<p><?php printMLText("rewind_workflow_warning"); ?></p>
<form method="post" action="../op/op.RewindWorkflow.php" name="form1" onsubmit="return checkForm();">
<form method="post" action="../op/op.RewindWorkflow.php" name="form1">
<?php echo createHiddenFieldWithKey('rewindworkflow'); ?>
<table>
<tr><td></td><td>

View File

@ -225,7 +225,7 @@ $(document).ready(function() {
<?php
$this->contentContainerStart();
?>
<form action="../op/op.SearchFulltext.php" name="form2" onsubmit="return checkForm();">
<form action="../op/op.SearchFulltext.php" id="form2" name="form2">
<table class="table-condensed">
<tr>
<td><?php printMLText("search_query");?>:</td>