|
@@ -694,6 +694,7 @@ discard block |
|
|
block discarded – undo |
|
694
|
694
|
* @param array Page row or set-id |
|
695
|
695
|
* @param string Title string |
|
696
|
696
|
* @param int Items per Page setting |
|
|
697
|
+ * @param string $titleString |
|
697
|
698
|
* @return string HTML <tr> content (one or more) |
|
698
|
699
|
*/ |
|
699
|
700
|
public function drawLog_addRows($pageRow_setId, $titleString, $itemsPerPage = 10) |
|
@@ -1204,6 +1205,8 @@ discard block |
|
|
block discarded – undo |
|
1204
|
1205
|
* @param string Selector box name |
|
1205
|
1206
|
* @param string Selector box value (array for multiple...) |
|
1206
|
1207
|
* @param boolean If set, will draw multiple box. |
|
|
1208
|
+ * @param string $name |
|
|
1209
|
+ * @param integer $multiple |
|
1207
|
1210
|
* @return string HTML select element |
|
1208
|
1211
|
*/ |
|
1209
|
1212
|
public function selectorBox($optArray, $name, $value, $multiple) |
Please login to merge, or discard this patch.