diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000983.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000983.html | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000983.html b/zarb-ml/mageia-sysadm/2010-November/000983.html new file mode 100644 index 000000000..669edcbdc --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000983.html @@ -0,0 +1,137 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [161] new style for user/index + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B161%5D%20new%20style%20for%20user/index&In-Reply-To=%3C20101127194358.65F8B3FC30%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000982.html"> + <LINK REL="Next" HREF="000984.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [161] new style for user/index</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B161%5D%20new%20style%20for%20user/index&In-Reply-To=%3C20101127194358.65F8B3FC30%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [161] new style for user/index">root at mageia.org + </A><BR> + <I>Sat Nov 27 20:43:58 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000982.html">[Mageia-sysadm] [160] style change to look more like current www.mageia.org +</A></li> + <LI>Next message: <A HREF="000984.html">[Mageia-sysadm] [162] added missing </select> tag +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#983">[ date ]</a> + <a href="thread.html#983">[ thread ]</a> + <a href="subject.html#983">[ subject ]</a> + <a href="author.html#983">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 161 +Author: obgr_seneca +Date: 2010-11-27 20:43:58 +0100 (Sat, 27 Nov 2010) +Log Message: +----------- +new style for user/index + +Modified Paths: +-------------- + identity/CatDap/trunk/root/static/style/ttsite.css + identity/CatDap/trunk/root/user/index.tt + +Modified: identity/CatDap/trunk/root/static/style/ttsite.css +=================================================================== +--- identity/CatDap/trunk/root/static/style/ttsite.css 2010-11-27 18:34:46 UTC (rev 160) ++++ identity/CatDap/trunk/root/static/style/ttsite.css 2010-11-27 19:43:58 UTC (rev 161) +@@ -57,6 +57,11 @@ + border: 0px; + } + ++#input_form th { ++ border: 0px; ++ text-align: left; ++} ++ + #input_form input { + background: #fff; + border: inset 1px; + +Modified: identity/CatDap/trunk/root/user/index.tt +=================================================================== +--- identity/CatDap/trunk/root/user/index.tt 2010-11-27 18:34:46 UTC (rev 160) ++++ identity/CatDap/trunk/root/user/index.tt 2010-11-27 19:43:58 UTC (rev 161) +@@ -1,6 +1,7 @@ ++<div id="input_form"> + <form method="post" action=""> + <table border=0> +- <tr><th>Attribute</th><th>Value</th></tr> ++ <tr><th>Attribute</th><th>Value</th><th></th></tr> + [% FOREACH attr IN values %] + <tr> + <td>[% attr.name %]</td> +@@ -12,19 +13,22 @@ + [% val %] + <br/> + [% END %] ++ </td> ++ <td> + [% IF attr.addable AND attr.editable %] +- <a href="/user/add/[% attr.name %]">[% l('Add') %]</a> ++ <button type="button" onclick="location='/user/add/[% attr.name %]'">[% l('Add') %]</button> + [% END %] + [% IF attr.removable AND attr.editable %] +- <a href="/user/delete/[% attr.name %]/[% val %]">[% l('Delete') %]</a> ++ <button type="button" onclick="location='/user/delete/[% attr.name %]/[% val %]'">[% l('Delete') %]</button> + [% END %] + [% END %] + </td> + </tr> + [% END %] ++ <tr> ++ <td colspan="3" style="text-align:center;"><button type="Submit" value="[% l('Update') %]">[% l('Update') %]</button></td> ++ </tr> + </table> +- +- <p><input type="Submit" value="[% l('Update') %]" /></p> + </form> + + <hr /> +@@ -38,6 +42,7 @@ + + <input name="value" value="" /> + +- <input type="submit" value="[% l('Add') %]" /> ++ <button type="submit" value="[% l('Add') %]">[% l('Add') %]</button> + </p> + </form> ++</div> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101127/3fddd199/attachment.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000982.html">[Mageia-sysadm] [160] style change to look more like current www.mageia.org +</A></li> + <LI>Next message: <A HREF="000984.html">[Mageia-sysadm] [162] added missing </select> tag +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#983">[ date ]</a> + <a href="thread.html#983">[ thread ]</a> + <a href="subject.html#983">[ subject ]</a> + <a href="author.html#983">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |