Changeset 218:fe0a257d888b
- Timestamp:
- 05/08/11 11:14:44 (14 years ago)
- Branch:
- default
- Parents:
- 217:dd9a10b462ea (diff), 216:1235147a3fd5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/index.php
r215 r218 327 327 '<p>'.form::hidden(array('p'),'blogroll'). 328 328 $core->formNonce(). 329 '<input type="submit" name="add_link" value="'.__(' save').'" tabindex="6" /></p>'.329 '<input type="submit" name="add_link" value="'.__('Save').'" tabindex="6" /></p>'. 330 330 '</fieldset>'. 331 331 '</form>'. … … 340 340 form::hidden(array('p'),'blogroll'). 341 341 $core->formNonce(). 342 '<input type="submit" name="add_cat" value="'.__(' save').'" tabindex="8" /></p>'.342 '<input type="submit" name="add_cat" value="'.__('Save').'" tabindex="8" /></p>'. 343 343 '</fieldset>'. 344 344 '</form>'. -
plugins/blogroll/index.php
r217 r218 407 407 } 408 408 echo '</div>'; 409 410 dcPage::helpBlock('blogroll'); 409 411 ?> 410 412
Note: See TracChangeset
for help on using the changeset viewer.