public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Search Repo:
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
Updating all plugin tables to use mbleigh's new thead styles
mleung (author)
Sun Apr 27 08:14:13 -0700 2008
commit  47db466e0dab3c38e216ec614ee8a82ffb567be2
tree    bcca4544e28d56f987d7be5acac068afd74b266f
parent  a85745b82c1c95ddb4cc15f553dcd2fef2f05bf9
...
9
10
11
12
 
 
13
14
15
16
17
18
 
 
 
 
 
19
 
20
21
22
...
9
10
11
 
12
13
14
 
 
 
 
 
15
16
17
18
19
20
21
22
23
24
0
@@ -9,14 +9,16 @@
0
 
0
 <h1>View Comments</h1>
0
 
0
-<table>
0
+<table class='tabular'>
0
+  <thead>
0
   <tr>
0
-  <th>Name</th>
0
-  <th>Website</th>
0
-  <th>E-mail address</th>
0
-  <th>IP address</th>
0
-  <th>&nbsp;</th>
0
+   <th>Name</th>
0
+   <th>Website</th>
0
+   <th>E-mail address</th>
0
+   <th>IP address</th>
0
+   <th>&nbsp;</th>
0
   </tr>
0
+ </thead>
0
   <%= partial('admin/comments/comment', :with => @comments) %>
0
 </table>
0
 <br />
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@
0
 
0
 <h1>View Ping Logs</h1>
0
 
0
-<table>
0
+<table class='tabular'>
0
   <%= partial('admin/ping_logs/ping_log', :with => @ping_logs) %>
0
 </table>
0
 <br />
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@
0
 
0
 <h1>View Ping Services</h1>
0
 
0
-<table>
0
+<table class='tabular'>
0
   <%= partial('admin/ping_services/ping_service', :with => @ping_services) %>
0
 </table>
0
 <br />
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@
0
 
0
 <h1>View Sidebar Groups</h1>
0
 
0
-<table>
0
+<table class='tabular'>
0
   <%= partial('admin/sidebar_groups/sidebar_group', :with => @sidebar_groups) %>
0
 </table>
0
 <br />
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@
0
 
0
 <h1>View Snippets</h1>
0
 
0
-<table>
0
+<table class='tabular'>
0
   <%= partial('admin/snippets/snippet', :with => @snippets) %>
0
 </table>
0
 <br />
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@
0
 
0
 <h1>View Styles</h1>
0
 
0
-<table>
0
+<table class='tabular'>
0
   <%= partial('admin/styles/style', :with => @styles) %>
0
 </table>
0
 <br />
...
9
10
11
12
13
14
15
16
17
18
19
 
 
 
 
 
 
 
 
 
 
20
21
22
...
9
10
11
 
 
 
 
 
 
 
 
12
13
14
15
16
17
18
19
20
21
22
23
24
0
@@ -9,14 +9,16 @@
0
 
0
 <h1>View Tweets</h1>
0
 
0
-<table>
0
- <tr>
0
-  <th>Text</th>
0
-  <th>Source</th>
0
-  <th>Reply?</th>
0
-  <th>Published</th>
0
-  <th>&nbsp;</th>
0
- </tr>
0
+<table class='tabular'>
0
+  <thead>
0
+ <tr>
0
+   <th>Text</th>
0
+   <th>Source</th>
0
+   <th>Reply?</th>
0
+   <th>Published</th>
0
+   <th>&nbsp;</th>
0
+ </tr>
0
+ </thead>
0
   <%= partial('admin/tweets/tweet', :with => @tweets) %>
0
 </table>
0
 <br />
...
7
8
9
10
11
12
13
14
15
16
 
 
 
 
 
 
 
 
 
17
18
19
...
7
8
9
 
 
 
 
 
 
 
10
11
12
13
14
15
16
17
18
19
20
21
0
@@ -7,13 +7,15 @@
0
 
0
 <h1>View Uploads</h1>
0
 
0
-<table>
0
- <tr>
0
-  <th>URL</th>
0
-  <th>Content-Type</th>
0
-  <th>Size</th>
0
-  <th>&nbsp;</th>
0
- </tr>
0
+<table class='tabular'>
0
+  <thead>
0
+ <tr>
0
+   <th>URL</th>
0
+   <th>Content-Type</th>
0
+   <th>Size</th>
0
+   <th>&nbsp;</th>
0
+ </tr>
0
+ </thead>
0
   <%= partial('admin/uploads/upload', :with => @uploads) %>
0
 </table>
0
 <br />

Comments

    No one has commented yet.