1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 07:36:32 +02:00

Updated Preparing your v1.x plugins for v2.x (markdown)

Moc
2013-04-13 07:21:24 -07:00
parent f33a7e3442
commit 9624c575ef

@@ -7,7 +7,7 @@ e107 v2.x follows the [bootstrap standard](http://twitter.github.com/bootstrap/b
As a quick reference:
* **<input class='button'** should become **<input class='btn button'**
* **<table class='fborder'** should become **<table class='table fborder'**
* Html `<table>` which use the class 'fcaption' on `<td>`, change the `<td>` to `<th>`. Also using `class='forumheader3'` in the *admin area* is obsolete and can be removed.
* Html `<table>` which use the class 'fcaption' on `<td>`, change the `<td>` to `<th>`. Using the `forumheader3` in the *admin area* is obsolete and can be removed.
### Templates
e107 v2.x uses a new template loading system.