Bug #1087 ยป 1087_unified.patch
components/com_comprofiler/comprofiler.html.php | ||
---|---|---|
echo "</td>";
|
||
echo "</tr>";
|
||
echo "</table>";
|
||
echo "<div style=\"width:100%;text-align:right;\"><input type=\"submit\" class=\"inputbox\" value=\""._UE_UPDATE."\" /></div>";
|
||
echo "<div style=\"width:100%;text-align:right;\"><input type=\"submit\" class=\"button\" value=\""._UE_UPDATE."\" /></div>";
|
||
echo cbGetSpoofInputTag( 'manageConnections' );
|
||
echo "</form>";
|
||
}
|
||
... | ... | |
if ( $perpage < $total ) {
|
||
echo "<div style='width:95%;text-align:center;'>" . $connMgmtTabs->_writePaging( $pagingParams, 'connections_', $perpage, $total, 'manageConnections' )."</div>";
|
||
}
|
||
echo "<div style=\"width:100%;text-align:right;\"><input type=\"submit\" class=\"inputbox\" value=\""._UE_UPDATE."\" /></div>";
|
||
echo "<div style=\"width:100%;text-align:right;\"><input type=\"submit\" class=\"button\" value=\""._UE_UPDATE."\" /></div>";
|
||
echo cbGetSpoofInputTag( 'manageConnections' );
|
||
echo "</form>";
|
||
}
|