-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/pdu #3300
Feature/pdu #3300
Conversation
trasher
commented
Dec 14, 2017
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
2e413ea
to
c58259b
Compare
a107999
to
590e00b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm apart the commented part (?)
Also, could you fix Item_Rack::getIcon
i presumed the wrong class name
inc/pdu.class.php
Outdated
return true; | ||
} | ||
|
||
/*function getSearchOptionsNew() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, yes; I forget to do that part
echo "<td><label for='comment'>".__('Comments')."</label></td>"; | ||
echo "<td colspan='3' class='middle'>"; | ||
|
||
echo "<textarea cols='45' rows='3' id='comment' name='comment' >". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not mandatory, but we have a function Html::textarea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just quickly tested... Seems that there are issues with labels (name is not part of the id, rand seems ignored, ...) :(