minor cosmetic corrections

This commit is contained in:
Uwe Steinmann 2013-02-18 21:02:52 +01:00
parent 694d75fdf3
commit 3bebf1176d
4 changed files with 4 additions and 6 deletions

View File

@ -68,4 +68,3 @@ function chooseCategory(form, cats) {
} /* }}} */
}
?>

View File

@ -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>

View File

@ -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>

View File

@ -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) {