Lines Matching refs:NL

357                     	 {  msg('Issue file not found !'.NL.$pfile,-1);
582 { msg('Issue file not found !'.NL.$pfile,-1);
684 { msg('Issue file not found !'.NL.$pfile,-1);
830 $Generated_Table .= '<div class="dokuwiki"><table class="inline tbl_showmodlog">'.NL;
831 …ble .= '<tr><th>Date</th><th>User</th><th>Field</th><th>old Value</th><th>new Value</th></tr>'.NL;
838 $Generated_Table .= '<tr class="'.$rowEven.'" >'.NL;
839 …d>'.date($this->getConf('d_format'),strtotime($this->_get_one_value($mod,'timestamp'))).'</td>'.NL;
840 $Generated_Table .= ' <td>'.$this->_get_one_value($mod,'user').'</td>'.NL;
841 $Generated_Table .= ' <td>'.$this->_get_one_value($mod,'field').'</td>'.NL;
842 $Generated_Table .= ' <td>'.$this->_get_one_value($mod,'old_value').'</td>'.NL;
857 $Generated_Table .= ' <td>'.$__assigened.'</td>'.NL;
858 $Generated_Table .= '</tr>'.NL;
861 $Generated_Table .= '</table></div>'.NL;
866 $Generated_Table .= $itl_item_title.NL;
1081 …_table'><table id='".$dynatable_id."' class='sortable editable resizable inline' width='100%'>".NL.
1082 "<thead><tr>".NL.
1083 $th_project.NL.
1084 … "<th class='".$this->getConf('listview_sort')."' id='id'>".$this->getLang('th_id')."</th>".NL.
1085 "<th id='created'>" .$this->getLang('th_created') ."</th>".NL.
1086 "<th id='product'>" .$this->getLang('th_product') ."</th>".NL.
1087 "<th id='version'>" .$this->getLang('th_version') ."</th>".NL.
1088 "<th id='severity'>" .$this->getLang('th_severity') ."</th>".NL.
1089 "<th id='status'>" .$this->getLang('th_status') ."</th>".NL.
1090 "<th id='user_name'>" .$this->getLang('th_user_name') ."</th>".NL.
1091 "<th id='title'>" .$this->getLang('th_title') ."</th>".NL.
1092 "<th id='assigned'>" .$this->getLang('th_assigned') ."</th>".NL.
1093 "<th id='resolution'>".$this->getLang('th_resolution')."</th>".NL.
1094 "<th id='modified'>" .$this->getLang('th_modified') ."</th>".NL.
1095 "</tr></thead>".NL;
1096 $body = '<tbody>'.NL;
1165 …dy .= '<tr id = "'.$a_project.' '.$this->_get_one_value($issue,'id').'" class="'.$rowEven.'" >'.NL.
1166 $td_project.NL.
1167 … '<td class="itl__td_standard">'.$this->_get_one_value($issue,'id').'</td>'.NL.
1168 …">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue,'created'))).'</td>'.NL.
1169 … '<td class="itl__td_standard">'.$this->_get_one_value($issue,'product').'</td>'.NL.
1170 … '<td class="itl__td_standard">'.$this->_get_one_value($issue,'version').'</td>'.NL.
1171 '<td'.$severity_img.'</td>'.NL.
1172 '<td'.$status_img.'</td>'.NL.
1173 …a href="mailto:'.$this->_get_one_value($issue,'user_mail').'">'.$it_issue_username.'</a></td>'.NL.
1174 … '<td class="canbreak itl__td_standard">'.$itl_item_title.'</td>'.NL;
1178 …andard"><a href="mailto:'.$this->_get_one_value($issue,'assigned').'">'.$a_display.'</a></td>'.NL.
1179 …nbreak itl__td_standard">'.$this->xs_format($this->_get_one_value($issue,'resolution')).'</td>'.NL.
1180 …>'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue,'modified'))).'</td>'.NL.
1181 '</tr>'.NL;
1201 …ass='itl__table'><table id='".$dynatable_id."' class='sortable resizable inline' width='100%'>".NL.
1202 …"<thead><tr>".NL.$th_project.NL."<th class='".$this->getConf('listview_sort')."' id='id'>".$this->…
1206 $reduced_header .= "<th id='".$config."'>".$this->getLang('th_'.$config)."</th>".NL;
1209 $reduced_header .= "</tr></thead>".NL;
1279 …">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue,'created'))).'</td>'.NL;
1282 …>'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue,'modified'))).'</td>'.NL;
1285 …nbreak itl__td_standard">'.$this->xs_format($this->_get_one_value($issue,'resolution')).'</td>'.NL;
1288 …break itl__td_standard">'.$this->xs_format($this->_get_one_value($issue,'description')).'</td>'.NL;
1300 $head = NL.$reduced_header.NL;
1328 $ret = '<div>'.NL.
1329 '<script type="text/javascript">'.NL.
1330 ' function changeAction(where) {'.NL.
1331 ' if(where==1) {'.NL.
1332 … document.forms["myForm"].action = "doku.php?id=' . $ID . '&do=issuelist_previous";'.NL.
1333 ' }'.NL.
1334 ' else if(where==2){'.NL.
1335 …' document.forms["myForm"].action = "doku.php?id=' . $ID . '&do=issuelist_next";'.NL.
1336 ' }'.NL.
1337 ' else if(where==3){'.NL.
1338 … document.forms["myForm"].action = "doku.php?id=' . $ID . '&do=issuelist_filter";'.NL.
1339 ' }'.NL.
1340 ' document.forms["myForm"].submit();'.NL.
1341 ' }'.NL.
1342 ' </script>'.NL.
1343 '<table class="itl__t1"><tbody>'.NL.
1344 '<tr class="itd__tables_tr">'.NL.
1345 '<td colspan="4" align="left" valign="middle" height="40">'.NL.
1346 …ass="it__cir_projectlabel">'.sprintf($this->getLang('lbl_issueqty'),$project).$count.'</label>'.NL.
1347 '</td>'.NL.
1348 '<td class="itl__showdtls" rowspan="2" width="35%">'.$li_count.'</td>'.NL.
1349 '</tr>'.NL.
1351 '<tr class="itd__tables_tr">'.NL.
1352 ' <td align ="left" valign="top" width="15%">'.NL;
1354 ….$this->getLang('lbl_scroll') .'</label><br />'.NL;
1355 …="itl_sev_filter" style="align:left;">'.$this->getLang('lbl_filtersev') .'</label><br />'.NL;
1356 …="itl_stat_filter" style="align:left;">'.$this->getLang('lbl_filterstat') .'</label><br />'.NL;
1357 $ret .= '</p><p class="it__cir_projectlabel">'.NL;
1358 …="itl__prod_filter" style="align:left;">'.$this->getLang('lbl_filterprod') .'</label><br />'.NL;
1359 …="itl__vers_filter" style="align:left;">'.$this->getLang('lbl_filtervers') .'</label><br />'.NL;
1360 …="itl__comp_filter" style="align:left;">'.$this->getLang('lbl_filtercomp') .'</label><br />'.NL;
1361 $ret .= '</p><p class="it__cir_projectlabel">'.NL;
1362 …="itl__block_filter" style="align:left;">'.$this->getLang('lbl_filterblock') .'</label><br />'.NL;
1363 …="itl__assi_filter" style="align:left;">'.$this->getLang('lbl_filterassi') .'</label><br />'.NL;
1364 …="itl__user_filter" style="align:left;">'.$this->getLang('lbl_filterreporter').'</label><br />'.NL;
1365 $ret .= '</p><p class="it__cir_projectlabel">'.NL;
1366 …="itl_myis_filter" style="align:left;">'.$this->getLang('cbx_myissues') .'</label><br />'.NL;
1367 …el for="it_glbl_sort" style="align:left;">'.$this->getLang('lbl_sort') .'</label>'.NL;
1368 $ret .= '</p></td>'.NL;
1370 $ret .= ' <td align ="left" valign="top" width="20%">'.NL.
1371 ' <form name="myForm" action="" method="post">'.NL.
1372 … type="hidden" name="itl_start" id="itl_start" value="'.$start.'"/>'.NL.
1373 … type="hidden" name="itl_step" id="itl_step" value="'.$step.'"/>'.NL.
1374 … type="hidden" name="itl_next" id="itl_next" value="'.$next_start.'"/>'.NL.
1375 … type="hidden" name="itl_project" id="itl_project" value="'.$project.'"/>'.NL.
1376 … type="hidden" name="it_th_cols" id="it_th_cols" value="'.$data['columns'].'"/>'.NL.
1377 …btn_previuos').'" title="'.$this->getLang('btn_previuos_title').'" onClick="changeAction(1)"/>'.NL.
1378 …__step_input" type="text" name="itl_step" id="itl_step" value="'.$step.'"/>'.NL.
1379 …_next').'" title="'.$this->getLang('btn_next_title').'" onClick="changeAction(2)"/><p>'.NL;
1381 …v_filter" id="itl_sev_filter" value="'.$filter['severity'].'"/><br />'.NL; …
1382 …text" name="itl_stat_filter" id="itl_stat_filter" value="'.$filter['status'].'"/><br />'.NL;
1383 $ret .= '</p><p>'.NL;
1384 …ext" name="itl__prod_filter" id="itl__prod_filter" value="'.$filter['product'].'"/><br />'.NL;
1385 …ext" name="itl__vers_filter" id="itl__vers_filter" value="'.$filter['version'].'"/><br />'.NL;
1386 …t" name="itl__comp_filter" id="itl__comp_filter" value="'.$filter['component'].'"/><br />'.NL;
1387 $ret .= '</p><p>'.NL;
1388 …eckbox" name="itl__block_filter" id="itl__block_filter" ' .$filter['tblock'].' " /><br />'.NL;
1389 …xt" name="itl__assi_filter" id="itl__assi_filter" value="'.$filter['assignee'].'"/><br />'.NL;
1390 …xt" name="itl__user_filter" id="itl__user_filter" value="'.$filter['reporter'].'"/><br />'.NL;
1391 $ret .= '</p><p>'.NL;
1392 …yissues'].' value="'.$filter['myissues'].'" title="'.$this->getLang('cbx_myissues').'"/><br />'.NL;
1393 …filter" type="text" name="it_glbl_sort" id="it_glbl_sort" value="'.$glbl_sort.'"/><br />'.NL;
1394 …s->getLang('btn_go').'" title="'.$this->getLang('btn_go').'" onClick="changeAction(3)"/><br />'.NL;
1395 $ret .= '</form>'.NL.
1396 ' </td>'.NL.
1397 ' <td width="2%">&nbsp;</td>'.NL.
1398 ' <td class="itl__showdtls" align ="left" width="40%">'.NL.
1399 ' <form method="post" action="doku.php?id=' . $ID . '&do=showcase">'.NL.
1400 ' <label class="it__searchlabel">'.$this->getLang('lbl_showid').'</label>'.NL.
1401 …ass="itl__sev_filter" type="text" name="showid" id="showid" value="0"/>'.NL.
1402 … type="hidden" name="project" id="project" value="'.$project.'"/>'.NL.
1403 … type="hidden" name="itl_sev_filter" id="itl_sev_filter" value="'.$filter['severity'].'"/>'.NL.
1404 … type="hidden" name="itl_stat_filter" id="itl_stat_filter" value="'.$filter['status'].'"/>'.NL.
1405 …tl_myis_filter" id="itl_myis_filter" '.$filter['myissues'].' value="'.$filter['myissues'].'"/>'.NL.
1406 … value="'.$this->getLang('btn_showid').'" title="'.$this->getLang('btn_showid_title').'"/>'.NL.
1407 ' </form><br />'.NL.
1408 ' <form method="post" action="doku.php?id=' . $ID . '&do=it_search">'.NL.
1409 ' <label class="it__searchlabel">'.$this->getLang('lbl_search').'</label>'.NL.
1410 …sev_filter" type="text" name="it_str_search" id="it_str_search" value="'.$search.'"/>'.NL.
1411 … type="hidden" name="project" id="project" value="'.$project.'"/>'.NL.
1412 … value="'.$this->getLang('btn_search').'" title="'.$this->getLang('btn_search_title').'"/>'.NL.
1413 ' </form>'.NL.
1414 ' </td>'.NL.
1415 '</tr>'.NL.'</tbody>'.NL.'</table>'.NL.'</div>'.NL;
1657 </script></span>'.NL;
1679 </script></span>'.NL;
1710 <td class="itd__col2">'.$this->getLang('lbl_reporter').'</td>'.NL;
1716 …d .= '<td class="itd__col3"><a href="mailto:'.$__reportedbyaddr.'">'.$__reportedby.'</a></td>'.NL;}
1717 else{$issue_edit_head .= '<td class="itd__col3">'.$__reportedby.'</td>'.NL;}
1726 <td class="itd__col2">'.$this->getLang('th_assigned').':</td>'.NL;
1728 …ead .= '<td class="itd__col3"><a href="mailto:'.$__assigenedaddr.'">'.$__assigened.'</a></td>'.NL;}
1729 else{$issue_edit_head .= '<td class="itd__col3">'.$__assigened.'</td>'.NL;}
1744 …_edit_head .= ' onClick="updSeverity()">'.$severity_img.$issue[$issue_id]['severity'].'</span>'.NL;
1759 <select name="new_severity">'.$x_severity_select.'</select> '.NL;
1768 …everity" value="'.$this->getLang('btn_mod').'" title="'.$this->getLang('btn_mod_title').'");/>'.NL.
1769 formSecurityToken(false).'</form></div>'.NL;
1771 … else $issue_edit_head .= '">'.$severity_img.$issue[$issue_id]['severity'].'</span>'.NL;
1788 $issue_edit_head .= ' onClick="updStatus()">'.$status_img.$issue[$issue_id]['status'].'</span>'.NL;
1802 <select name="new_status">'.$x_status_select.'</select> '.NL;
1811 …_status" value="'.$this->getLang('btn_mod').'" title="'.$this->getLang('btn_mod_title').'");/>'.NL.
1812 formSecurityToken(false).'</form></div>'.NL;
1814 … else $issue_edit_head .= '">'.$status_img.$issue[$issue_id]['status'].'</span>'.NL;
1830 </tbody></table>'.NL;
1833 …$issue_edit_head .= '<form name="form77" method="post" accept-charset="'.$lang['encoding'].'">'.NL;
1862 <td class="it__left_indent"></td>'.NL;
1873 … $STR_COMPONENTS .= '<option value="'.$_component.'" >'.$_component."</option>".NL;
1876 …R_COMPONENTS .= '<option value="'.$_component.'" selected="selected" >'.$_component."</option>".NL;
1879 $STR_COMPONENTS = '<option value=""></option>' .NL. $STR_COMPONENTS;
1887 </tr>'.NL;
1899 </tr>'.NL;
1916 </table>'.NL;
1918 </form>'.NL;
1950 </tr>'.NL;
1962 </tr>'.NL;
1971 </table>'.NL;
1982 …:100%;font-size:10pt !important;align:right;">['.$modlog_link.']</td></tr>'.NL;
1983 $issue_edit_head .= '</table>'.NL;
2018 $issue_addcontacts .=' <td class="itd_tables_tdc3">'.NL;
2022 … $issue_addcontacts .='<a href="mailto:'.$email.'">'.$email.'</a>, '.NL;
2028 … $issue_addcontacts .='<a href="mailto:'.$email.'">'.$email.'</a>, '.NL;
2055 </td>'.NL;
2076 … <td class="itd_tables_tdc2">'.$this->getLang('lbl_reporteradcontact').NL.
2077 $issue_addimg.NL.
2081 $issue_client_details .= '</tbody><tr>'.NL.'
2082 <td colspan="3" class="img_tab_open_comment" id="'.$cell_ID.'">'.NL.'
2085 </div>'.NL.'
2087 </tr>'.NL.'</tbody></table>';
2123 …extarea" id="description_mod" name="description_mod" style="display: none;"> </textarea><br />'.NL;
2127 …tion_mod" type="text" cols="106" rows="7" value="">'.strip_tags($x_comment).'</textarea><br />'.NL;
2129 …itial_description .= '<form name="form1" method="post" accept-charset="'.$lang['encoding'].'">'.NL;
2131 … '<input type="hidden" name="project" value="'.$project.'" />'.NL.
2132 … '<input type="hidden" name="comment_issue_ID" value="'.$issue[$issue_id]['id'].'" />'.NL.
2133 … '<input type="hidden" name="author"value="'.$u_mail_check.'" />'.NL.
2134 … '<input type="hidden" name="timestamp" value="'.$cur_date.'" />'.NL.
2135 … '<input type="hidden" name="mod_description" value="1"/>'.NL.
2140 </span>'.NL;
2158 '</form>'.NL.'</td>'.NL.'</tr>'.NL.
2159 '<tr>'.NL.'
2160 … <td colspan="2" class="img_tab_open_comment" id="'.$cell_ID.'">'.NL.'
2163 </div>'.NL.'
2164 </td>'.NL.'
2165 </tr>'.NL;
2176 </tr>'.NL;
2180 </tr>'.NL;
2185 </tr>'.NL;
2196 <tr><td colspan=2>'.NL.
2197 …me="form1" method="post" accept-charset="'.$lang['encoding'].'" enctype="multipart/form-data">'.NL;
2199 '<input type="hidden" name="project" value="'.$project.'" />'.NL.
2200 … '<input type="hidden" name="comment_issue_ID" value="'.$issue[$issue_id]['id'].'" />'.NL.
2201 '<input type="hidden" name="mod_symptomlinks" value="1"/>'.NL;
2214 …dden" class="it__cir_linput" name="attachment1" value="'.$issue[$issue_id]['attachment1'].'"/>'.NL;
2217 …it__cir_linput" name="attachment1" value="'.$issue[$issue_id]['attachment1'].'"/></span><br />'.NL;
2220 …dden" class="it__cir_linput" name="attachment2" value="'.$issue[$issue_id]['attachment2'].'"/>'.NL;
2223 …it__cir_linput" name="attachment2" value="'.$issue[$issue_id]['attachment2'].'"/></span><br />'.NL;
2226 …dden" class="it__cir_linput" name="attachment3" value="'.$issue[$issue_id]['attachment3'].'"/>'.NL;
2229 …"it__cir_linput" name="attachment3" value="'.$issue[$issue_id]['attachment3'].'"/></span><br/>'.NL;
2234 '</form>'.NL.'</td></tr></tbody><tr>'.NL.'
2235 <td colspan="3" class="img_tab_open_comment" id="'.$cell_ID.'">'.NL.'
2238 </div>'.NL.'
2240 </tr>'.NL.'</table>';
2242 $issue_attachments .='</tbody></table>'.NL;
2250 </tr>'.NL;
2252 <td class="itd_comment_tr">'.NL;
2257 $issue_workaround .= $this->xs_format($x_workaround).NL.'</td></tr>'.NL;
2271 …_workaround .= '<form name="wround_form" method="post" accept-charset="'.$lang['encoding'].'">'.NL;
2274 … '<input type="hidden" name="mod_wround" value="1" />'.NL.
2275 … '<input type="hidden" name="project" value="'.$project.'" />'.NL.
2276 … '<input type="hidden" name="comment_file" value="'.$cfile.'" />'.NL.
2277 … '<input type="hidden" name="comment_issue_ID" value="'.$issue[$issue_id]['id'].'" />'.NL.
2278 … '<input type="hidden" name="author" value="'.$user_mail['userinfo']['mail'].'" />'.NL.
2279 … '<input type="hidden" name="timestamp" value="'.$cur_date.'" />'.NL.
2284 </span>'.NL;
2302 '</form>'.NL.'</td>'.NL.'</tr>'.NL.
2303 '<tr>'.NL.'
2304 <td colspan="2" class="img_tab_open_comment" id="'.$cell_ID.'">'.NL.'
2307 </div>'.NL.'
2308 </td>'.NL.'
2309 </tr>'.NL;
2311 $issue_workaround .='</tbody></table>'.NL;
2374 …rmat'),strtotime($this->_get_one_value($a_comment,'timestamp'))).' </label>&nbsp;&nbsp;&nbsp;'.NL.'
2375 … <label>'.$x_mail.'</label>'.NL;
2377 …ne_value($a_comment,'mod_timestamp'))).']&nbsp;'.$insert_lbl.'&nbsp;</label>&nbsp;&nbsp;&nbsp;'.NL;
2380 $issue_comments_log .= ' </td>'.NL;
2387 …ssue_comments_log .= '<form name="form1" method="post" accept-charset="'.$lang['encoding'].'">'.NL;
2389 … '<input type="hidden" name="project" value="'.$project.'"/>'.NL.
2390 … '<input type="hidden" name="comment_file" value="'.$cfile.'"/>'.NL.
2391 … '<input type="hidden" name="comment_issue_ID" value="'.$issue[$issue_id]['id'].'"/>'.NL.
2392 … '<input type="hidden" name="author" value="'.$u_mail_check.'"/>'.NL.
2393 … '<input type="hidden" name="del_cmnt" value="TRUE"/>'.NL.
2394 …'<input type="hidden" name="comment_id" value="'.$this->_get_one_value($a_comment,'id').'"/>'.NL. …
2396 '</form>'.NL;
2399 $issue_comments_log .= $this->xs_format($x_comment).NL.'</td></tr>'.NL;
2424 …ssue_comments_log .= '<form name="form1" method="post" accept-charset="'.$lang['encoding'].'">'.NL;
2427 … '<input type="hidden" name="project" value="'.$project.'" />'.NL.
2428 … '<input type="hidden" name="comment_file" value="'.$cfile.'" />'.NL.
2429 … '<input type="hidden" name="comment_issue_ID" value="'.$issue[$issue_id]['id'].'" />'.NL.
2430 … '<input type="hidden" name="author"value="'.$user_mail['userinfo']['mail'].'" />'.NL.
2431 … '<input type="hidden" name="timestamp" value="'.$cur_date.'" />'.NL.
2432 …'<input type="hidden" name="comment_id" value="'.$this->_get_one_value($a_comment,'id').'" />'.NL.…
2437 </span>'.NL;
2456 '</form>'.NL.'</td>'.NL.'</tr>'.NL.
2457 '<tr>'.NL.'
2458 <td colspan="2" class="img_tab_open_comment" id="'.$cell_ID.'">'.NL.'
2461 </div>'.NL.'
2462 </td>'.NL.'
2463 </tr>'.NL;
2505 $issue_add_comment .= '<form name="form1" method="post" accept-charset="'.$lang['encoding'].'">'.NL;
2508 '<input type="hidden" name="project" value="'.$project.'" />'.NL.
2509 '<input type="hidden" name="comment_file" value="'.$cfile.'" />'.NL.
2510 … '<input type="hidden" name="comment_issue_ID" value="'.$issue[$issue_id]['id'].'" />'.NL.
2511 '<input type="hidden" name="author" value="'.$u_mail_check.'" />'.NL.
2512 '<input type="hidden" name="timestamp" value="'.$cur_date.'" />'.NL.
2517 </span>'.NL;
2531 …den" class="showid__option" name="showid" id="showid" size="10" value="'.$this->parameter.'"/>'.NL.
2532 …howcase" value="'.$this->getLang('btn_add').'" title="'.$this->getLang('btn_add_title').'");/>'.NL.
2533 '</form>'.NL.'</td>'.NL.'</tr>'.NL.
2534 '<tr>'.NL.'
2535 … <td colspan="2" class="img_tab_open_comment" id="'.$cell_ID.'">'.NL.'
2538 </div>'.NL.'
2539 </td>'.NL.'
2540 </tr></table>'.NL;
2569 …ion="'.$_SERVER['REQUEST_URI'].'" accept-charset="'.$lang['encoding'].'">'.NL; …
2571 '<input type="hidden" name="project"value="'.$project.'"/>'.NL.
2572 … '<input type="hidden" name="comment_issue_ID" value="'.$issue[$issue_id]['id'].'"/>'.NL.
2573 '<input type="hidden" name="usr" value="'.$u_name.'"/>'.NL.
2574 '<input type="hidden" name="add_resolution" value="1"/>'.NL;
2580 </span>'.NL;
2596 '</form>'.NL.'</td>'.NL.'</tr>'.NL.
2597 '<tr>'.NL.'
2598 <td colspan="2" class="img_tab_open_comment" id="'.$cell_ID.'">'.NL.'
2601 </div>'.NL.'
2602 </td>'.NL.'
2603 </tr></table>'.NL;
2614 </tr></table>'.NL;
2626 </tr></table>'.NL;
3174 $it_edit_tb = '<div class="it_edittoolbar">'.NL;
3175 …gBASE."bold.png\" name=\"btnBold\" title=\"Bold\" onClick=\"doAddTags('[b]','[/b]','$type')\">".NL;
3176 …"italic.png\" name=\"btnItalic\" title=\"Italic\" onClick=\"doAddTags('[i]','[/i]','$type')\">".NL;
3177 …e.png\" name=\"btnUnderline\" title=\"Underline\" onClick=\"doAddTags('[u]','[/u]','$type')\">".NL;
3178 …png\" name=\"btnStrike\" title=\"Strike through\" onClick=\"doAddTags('[s]','[/s]','$type')\">".NL;
3179 …g\" name=\"btnSubscript\" title=\"Subscript\" onClick=\"doAddTags('[sub]','[/sub]','$type')\">".NL;
3180 …name=\"btnSuperscript\" title=\"Superscript\" onClick=\"doAddTags('[sup]','[/sup]','$type')\">".NL;
3181 …c=\"".$imgBASE."hr.png\" name=\"btnLine\" title=\"hLine\" onClick=\"doHLine('[hr]','$type')\">".NL;
3182 …d.png\" name=\"btn_o_List\" title=\"Ordered List\" onClick=\"doList('[ol]','[/ol]','$type')\">".NL;
3183 …png\" name=\"btn_u_List\" title=\"Unordered List\" onClick=\"doList('[ul]','[/ul]','$type')\">".NL;
3184 …e=\"btnQuote\" title=\"Quote\" onClick=\"doAddTags('[blockquote]','[/blockquote]','$type')\">".NL;
3185 …"code.png\" name=\"btnCode\" title=\"Code\" onClick=\"doAddTags('[code]','[/code]','$type')\">".NL;
3186 …."pen_red.png\" name=\"btnRed\" title=\"Red\" onClick=\"doAddTags('[red]','[/red]','$type')\">".NL;
3187 …green.png\" name=\"btnGreen\" title=\"Green\" onClick=\"doAddTags('[grn]','[/grn]','$type')\">".NL;
3188 …en_blue.png\" name=\"btnBlue\" title=\"Blue\" onClick=\"doAddTags('[blu]','[/blu]','$type')\">".NL;
3189 …ng\" name=\"btn_bgYellow\" title=\"bgYellow\" onClick=\"doAddTags('[bgy]','[/bgy]','$type')\">".NL;
3190 …link.png\" name=\"btn_link\" title=\"Link\" onClick=\"doAddTags('[link]','[/link]','$type')\">".NL;
3191 …\"btn_img\" title=\"Image - max width 850px\" onClick=\"doAddTags('[img]','[/img]','$type')\">".NL;
3192 …".$imgBASE."imageshack.png\" name=\"btn_ishack\" title=\"ImageShack upload (ext TaC !)\">></a>".NL;
3193 $it_edit_tb .= "<br></div>".NL;