mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
minor cosmetic corrections
This commit is contained in:
parent
694d75fdf3
commit
3bebf1176d
|
@ -68,4 +68,3 @@ function chooseCategory(form, cats) {
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ class SeedDMS_View_MoveDocument extends SeedDMS_Bootstrap_Style {
|
||||||
<td><?php $this->printFolderChooser("form1", M_READWRITE, -1, $target);?></td>
|
<td><?php $this->printFolderChooser("form1", M_READWRITE, -1, $target);?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><br /><input type="submit" class="btn" value="<?php printMLText("move");?>"></td>
|
<td colspan="2"><input type="submit" class="btn" value="<?php printMLText("move");?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -96,7 +96,6 @@ function showKeywords(selectObj) {
|
||||||
</td>
|
</td>
|
||||||
<?php
|
<?php
|
||||||
foreach ($categories as $category) {
|
foreach ($categories as $category) {
|
||||||
|
|
||||||
$owner = $category->getOwner();
|
$owner = $category->getOwner();
|
||||||
if ($owner->getID() != $user->getID()) continue;
|
if ($owner->getID() != $user->getID()) continue;
|
||||||
|
|
||||||
|
@ -159,8 +158,8 @@ function showKeywords(selectObj) {
|
||||||
<td>
|
<td>
|
||||||
<form class="form-inline" action="../op/op.UserDefaultKeywords.php" method="post" name="<?php echo $category->getID().".add"?>">
|
<form class="form-inline" action="../op/op.UserDefaultKeywords.php" method="post" name="<?php echo $category->getID().".add"?>">
|
||||||
<?php echo createHiddenFieldWithKey('newkeywords'); ?>
|
<?php echo createHiddenFieldWithKey('newkeywords'); ?>
|
||||||
<input type="Hidden" name="action" value="newkeywords">
|
<input type="hidden" name="action" value="newkeywords">
|
||||||
<input type="Hidden" name="categoryid" value="<?php echo $category->getID()?>">
|
<input type="hidden" name="categoryid" value="<?php echo $category->getID()?>">
|
||||||
<input type="text" name="keywords">
|
<input type="text" name="keywords">
|
||||||
<input type="submit" class="btn" value="<?php printMLText("new_default_keywords");?>">
|
<input type="submit" class="btn" value="<?php printMLText("new_default_keywords");?>">
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -315,7 +315,7 @@ function showUser(selectObj) {
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php printMLText("password");?>:</td>
|
<td><?php printMLText("password");?>:</td>
|
||||||
<td><input type="Password" class="pwd" rel="strengthbar<?php echo $currUser->getID(); ?>" name="pwd"></td>
|
<td><input type="password" class="pwd" rel="strengthbar<?php echo $currUser->getID(); ?>" name="pwd"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
if($passwordstrength > 0) {
|
if($passwordstrength > 0) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user