aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/ucp_zebra_friends.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-10-01 17:37:08 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-10-01 17:37:08 +0000
commitc41938fd8a67f3353143a667a85c563cae548e9e (patch)
treea98dd6f4c3e49a3fde3aea558225a1682e6bf808 /phpBB/styles/subSilver/template/ucp_zebra_friends.html
parent78c0f3ad5dc79fea68899f78ebcd57b77a41db95 (diff)
downloadforums-c41938fd8a67f3353143a667a85c563cae548e9e.tar
forums-c41938fd8a67f3353143a667a85c563cae548e9e.tar.gz
forums-c41938fd8a67f3353143a667a85c563cae548e9e.tar.bz2
forums-c41938fd8a67f3353143a667a85c563cae548e9e.tar.xz
forums-c41938fd8a67f3353143a667a85c563cae548e9e.zip
Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic
git-svn-id: file:///svn/phpbb/trunk@4524 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_zebra_friends.html')
-rw-r--r--phpBB/styles/subSilver/template/ucp_zebra_friends.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_zebra_friends.html b/phpBB/styles/subSilver/template/ucp_zebra_friends.html
new file mode 100644
index 0000000000..c1f0671e78
--- /dev/null
+++ b/phpBB/styles/subSilver/template/ucp_zebra_friends.html
@@ -0,0 +1,30 @@
+<!-- $Id$ -->
+
+<!-- INCLUDE ucp_header.html -->
+
+<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
+ <tr>
+ <th height="28" colspan="2" valign="middle">{L_TITLE}</th>
+ </tr>
+ <tr>
+ <td class="row3" colspan="2"><span class="gensmall">{L_FRIENDS_EXPLAIN}</span></td>
+ </tr>
+ <!-- IF ERROR -->
+ <tr>
+ <td class="row3" colspan="2" align="center"><span class="gensmall" style="color:red">{ERROR}</span></td>
+ </tr>
+ <!-- ENDIF -->
+ <tr>
+ <td class="row1" width="40%"><b class="genmed">{L_YOUR_FRIENDS}:</b><br /><span class="gensmall">{L_YOUR_FRIENDS_EXPLAIN}</span></td>
+ <td class="row2" align="center"><!-- IF S_USERNAME_OPTIONS --><select name="usernames[]" multiple="multiple" size="5">{S_USERNAME_OPTIONS}</select><!-- ELSE --><b class="genmed">{L_NO_FRIENDS}</b><!-- ENDIF --></td>
+ </tr>
+ <tr>
+ <td class="row1"><b class="genmed">{L_ADD_FRIENDS}:</b><br /><span class="gensmall">{L_ADD_FRIENDS_EXPLAIN} [ <a href="{U_SEARCH_USER}" onclick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=500,resizable=yes,scrollbars=yes,WIDTH=740');return false">{L_FIND_USERNAME}</a> ]</span></td>
+ <td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td>
+ </tr>
+ <tr>
+ <td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
+ </tr>
+</table>
+
+<!-- INCLUDE ucp_footer.html --> \ No newline at end of file