mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
Merge branch 'seeddms-5.0.x' into develop
This commit is contained in:
commit
00ed4c5743
|
@ -219,7 +219,7 @@ $(document).ready( function() {
|
||||||
$this->contentSubHeading(getMLText("add_member"));
|
$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'); ?>
|
<?php echo createHiddenFieldWithKey('addmember'); ?>
|
||||||
<input type="Hidden" name="action" value="addmember">
|
<input type="Hidden" name="action" value="addmember">
|
||||||
<input type="Hidden" name="groupid" value="<?php print $group->getID();?>">
|
<input type="Hidden" name="groupid" value="<?php print $group->getID();?>">
|
||||||
|
|
|
@ -69,7 +69,7 @@ class SeedDMS_View_RewindWorkflow extends SeedDMS_Bootstrap_Style {
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<p><?php printMLText("rewind_workflow_warning"); ?></p>
|
<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'); ?>
|
<?php echo createHiddenFieldWithKey('rewindworkflow'); ?>
|
||||||
<table>
|
<table>
|
||||||
<tr><td></td><td>
|
<tr><td></td><td>
|
||||||
|
|
|
@ -226,7 +226,7 @@ $(document).ready(function() {
|
||||||
<?php
|
<?php
|
||||||
$this->contentContainerStart();
|
$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">
|
<table class="table-condensed">
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php printMLText("search_query");?>:</td>
|
<td><?php printMLText("search_query");?>:</td>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user