mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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>
|
||||
</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>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
@ -96,7 +96,6 @@ function showKeywords(selectObj) {
|
|||
</td>
|
||||
<?php
|
||||
foreach ($categories as $category) {
|
||||
|
||||
$owner = $category->getOwner();
|
||||
if ($owner->getID() != $user->getID()) continue;
|
||||
|
||||
|
@ -159,8 +158,8 @@ function showKeywords(selectObj) {
|
|||
<td>
|
||||
<form class="form-inline" action="../op/op.UserDefaultKeywords.php" method="post" name="<?php echo $category->getID().".add"?>">
|
||||
<?php echo createHiddenFieldWithKey('newkeywords'); ?>
|
||||
<input type="Hidden" name="action" value="newkeywords">
|
||||
<input type="Hidden" name="categoryid" value="<?php echo $category->getID()?>">
|
||||
<input type="hidden" name="action" value="newkeywords">
|
||||
<input type="hidden" name="categoryid" value="<?php echo $category->getID()?>">
|
||||
<input type="text" name="keywords">
|
||||
<input type="submit" class="btn" value="<?php printMLText("new_default_keywords");?>">
|
||||
</form>
|
||||
|
|
|
@ -315,7 +315,7 @@ function showUser(selectObj) {
|
|||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<?php
|
||||
if($passwordstrength > 0) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user