From: <al...@us...> - 2008-10-23 19:34:49
|
Revision: 758 http://sciret.svn.sourceforge.net/sciret/?rev=758&view=rev Author: alpeb Date: 2008-10-23 19:34:37 +0000 (Thu, 23 Oct 2008) Log Message: ----------- not using YUI's buttons in sciret Modified Paths: -------------- trunk/templates/ReportArticle.tpl trunk/templates/RequestCategory.tpl Modified: trunk/templates/ReportArticle.tpl =================================================================== --- trunk/templates/ReportArticle.tpl 2008-10-23 18:14:44 UTC (rev 757) +++ trunk/templates/ReportArticle.tpl 2008-10-23 19:34:37 UTC (rev 758) @@ -13,10 +13,7 @@ {formName} {formEmail} {formComments} - <input type="submit" id="submitReport" value="[l]Send[/l]" /> - <script> - new YAHOO.widget.Button("submitReport"); - </script> + <input type="submit" value="[l]Send[/l]" /> </form> <!-- END reportForm_block --> <!-- BEGIN reportsNotConfigured_block --> Modified: trunk/templates/RequestCategory.tpl =================================================================== --- trunk/templates/RequestCategory.tpl 2008-10-23 18:14:44 UTC (rev 757) +++ trunk/templates/RequestCategory.tpl 2008-10-23 19:34:37 UTC (rev 758) @@ -15,8 +15,5 @@ {formParentCategory} {formNewCategoryName} {formComments} - <input type="submit" id="submitRequest" value="[l]Send[/l]" /> - <script> - new YAHOO.widget.Button("submitRequest"); - </script> + <input type="submit" value="[l]Send[/l]" /> </form> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |