Changeset 3709:c88e69474c34 for plugins/blogroll
- Timestamp:
- 02/18/18 18:16:29 (7 years ago)
- Branch:
- default
- Location:
- plugins/blogroll
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/index.php
r3707 r3709 169 169 dcPage::jsLoad('js/jquery/jquery-ui.custom.js') . 170 170 dcPage::jsLoad('js/jquery/jquery.ui.touch-punch.js') . 171 dcPage::jsLoad(dcPage::getPF('blogroll/ blogroll.js'));171 dcPage::jsLoad(dcPage::getPF('blogroll/js/blogroll.js')); 172 172 } 173 173 ?> … … 328 328 echo 329 329 '<tr><td>' . form::checkbox(array('entries[]'), $i) . '</td>' . 330 '<td nowrap><a href="' . $url . '">' . $title . '</a>' .331 '<input type="hidden" name="url[' . $i . ']" value="' . $url . '" />' .332 '<input type="hidden" name="title[' . $i . ']" value="' . $title . '" />' .333 '</td>' .334 '<td>' . $desc .335 '<input type="hidden" name="desc[' . $i . ']" value="' . $desc . '" />' .336 '</td></tr>' . "\n";330 '<td nowrap><a href="' . $url . '">' . $title . '</a>' . 331 '<input type="hidden" name="url[' . $i . ']" value="' . $url . '" />' . 332 '<input type="hidden" name="title[' . $i . ']" value="' . $title . '" />' . 333 '</td>' . 334 '<td>' . $desc . 335 '<input type="hidden" name="desc[' . $i . ']" value="' . $desc . '" />' . 336 '</td></tr>' . "\n"; 337 337 $i++; 338 338 }
Note: See TracChangeset
for help on using the changeset viewer.