Commit 85149c0e authored by Ad Schellevis's avatar Ad Schellevis

(dashboard, widgets) cleanup rss.widget.php

parent 768fdcc0
...@@ -80,11 +80,9 @@ if (!empty($config['widgets']['rsswidgettextlength']) && is_numeric($config['wid ...@@ -80,11 +80,9 @@ if (!empty($config['widgets']['rsswidgettextlength']) && is_numeric($config['wid
} }
?> ?>
<input type="hidden" id="rss-config" name="rss-config" value="" />
<div id="rss-settings" class="widgetconfigdiv" style="display:none;"> <div id="rss-settings" class="widgetconfigdiv" style="display:none;">
<form action="/widgets/widgets/rss.widget.php" method="post" name="iformc"> <form action="/widgets/widgets/rss.widget.php" method="post" name="iformc">
<table class="table table-striped" summary="rss widget"> <table class="table table-striped">
<tr> <tr>
<td colspan="2"> <td colspan="2">
<textarea name="rssfeed" class="formfld unknown textarea_widget" id="rssfeed" cols="40" rows="3" style="max-width:100%;"><?=$textarea_txt;?></textarea> <textarea name="rssfeed" class="formfld unknown textarea_widget" id="rssfeed" cols="40" rows="3" style="max-width:100%;"><?=$textarea_txt;?></textarea>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment